Class GuessorGameApp

java.lang.Object
GuessorGameApp

public class GuessorGameApp extends Object
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:

  1. The Guessor selects a number.
  2. The number of players is collected.
  3. Each player submits their predicted number.
  4. The Umpire gathers all inputs and determines the winner(s).
  • Constructor Details

    • GuessorGameApp

      public GuessorGameApp()
  • Method Details

    • main

      public static void main(String[] args)