Class Main

java.lang.Object
com.project.game.Main

public class Main extends Object
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 Details

    • Main

      public Main()
  • Method Details

    • main

      public static void main(String[] args)
      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).