The main goal of recreating this version of the Tic-Tac-Toe game was to implement the the Minimax algorithm allowing the computer play a perfect game. The other modes include random moves, two human players.
-
Three Game Modes:
- Computer makes random moves.
- Two human players play against each other.
- Unbeatable AI (Minimax Algorithm).
-
Player Customization: Choose the player to begin, enter player names, choose player icons, and number of rounds to play.
-
GUI Developed using JavaFX
To start playing this Tic-Tac-Toe:
- Clone this repository.
- Run the application.
- Choose your preferred game mode.
- Enjoy the game and have fun!
I hope you enjoy playing my Tic-Tac-Toe as much as I enjoyed creating it. Have fun!