Class GuessorGameApp
java.lang.Object
GuessorGameApp
Entry point of the Guessor Game application.
This class initializes all core components of the game:
Guessor, Player, and Umpire, and controls
the overall execution flow.
The sequence of execution is as follows:
- The Guessor selects a number.
- The number of players is collected.
- Each player submits their predicted number.
- The Umpire gathers all inputs and determines the winner(s).
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GuessorGameApp
public GuessorGameApp()
-
-
Method Details
-
main
-