Package com.project.numberGuessGame
Class Main
java.lang.Object
com.project.numberGuessGame.Main
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
Main
public Main()
-
-
Method Details
-
main
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).
-