/tictactoe

minimax tictactoe

Primary LanguagePython

| TicTacToe with Minimax |

School Contributors Issues Python

Overview:

This game use Pygame and Minimax algorithm.
You will be able to play as X or O in a tic tac toe against an AI.

Additional Information

As it has been recommended in the course, I have used deepcopy of the board. I also used two helper functions for minimax to avoid multiple lines of code for one function.

Installation of required libraries

pip install -r requirements.txt

Launch Tic Tac Toe

python runner.py

Built With

Acknowledgement

Supervised by Prof. Aleksejs Jurenoks (Professor at RTU)

Project Link: https://github.com/PhantHive/tictactoe