It is a tic-tac-toe game written in python using the pygame framework and the computer AI is implemented using the minimax algorithm.
Project is created with:
- Pygame version: 2.0.1
To run this project, install it locally using pip:
$ cd ../project_name
$ pip install -r requirements.txt