Class Main

java.lang.Object
com.project.numberGuessGame.Main

public class Main extends Object
Main class for the Number Guessing Game application.

This game randomly selects a number between 1 and 100, and the player tries to guess it. The game keeps track of the player's score and allows them to play multiple rounds.

Version:
1.0.0
Author:
Anurag Zete
  • Constructor Details

    • Main

      public Main()
  • Method Details

    • main

      public static void main(String[] args)
      The entry point for the Number Guessing Game.

      Displays a welcome banner, handles the game loop, and manages the player's score across multiple rounds.

      Parameters:
      args - Command-line arguments (not used).