Package com.project.game
Class Main
java.lang.Object
com.project.game.Main
The
Main
class serves as the entry point for the Tic-Tac-Toe game.
It initializes the game, handles user input, and allows the player to replay or exit the game.
- Version:
- 1.0.0
- Author:
- Anurag Zete
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Main
public Main()
-
-
Method Details
-
main
The main method initializes the Tic-Tac-Toe game.It displays a banner, starts the game, and handles the replay logic.
- Parameters:
args
- Command-line arguments (not used).
-