Skip to content

Ultimate TicTacThinker

Latest
Compare
Choose a tag to compare
@techgirldiaries techgirldiaries released this 31 May 13:27
· 2 commits to main since this release
cb6d943

A modified classic version of the Tic-Tac-Toe game with two more games modes (ultimate and max) which has 81 and 729 squares respectively.

Installation

To run the Tic-Tac-Toe game with the AI agent, ensure you have Python and Pygame installed on your system. You can install Pygame using the following command:

pip install pygame

How to play

Run the Python script to start the unbeatable minimax AI for Tic-Tac-Toe game. Follow the game instructions in the README file and experience the thrill of a challenging game.

v2.0.0: Unbeatable Ultimate TicTacThinker

Full Changelog: https://github.com/techgirldiaries/Ultimate-TicTacThinker-Game/commits/v2.0.0

Have fun playing!