Skip to content

Releases: techgirldiaries/TicTacThinker

Ultimate TicTacThinker Game

31 May 13:42
db5dfd4
Compare
Choose a tag to compare

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!

TicTacThinker

31 May 13:37
db5dfd4
Compare
Choose a tag to compare

An unbeatable classic version of the Tic-Tac-Toe game.

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 Tic-Tac-Toe AI game. Follow the game instructions in the README file and experience the thrill of a challenging game.

v1.0.0: TicTacThinker

Have fun playing!