Tic Tac Toe is a simple command-line game implemented in Java. It allows two players to play the classic game of Tic Tac Toe.
-
Run the program and follow the instructions to choose the game mode:
- Enter
1
for Two Players Mode - Enter
2
for Player vs. PC Mode
- Enter
-
If you choose Two Players Mode:
- Players will take turns entering their moves on the game board.
- The game will display the current board after each move.
- The first player to get three marks in a row, column, or diagonal wins the game.
- If no player achieves a win and all positions are filled, the game ends in a tie.
-
If you choose Player vs. PC Mode:
- You will play against the computer.
- The computer will make its moves automatically.
- Follow the same rules as the Two Players Mode to determine the winner.
-
After each game, you will be prompted to play again. Enter
y
to play again orn
to exit.
- Java Development Kit (JDK) 17 or later
-
Clone the repository or download the source code files.
-
Open a command prompt or terminal and navigate to the project directory.
-
Compile the Java source files using the following command: