This project is a Tic Tac Toe game with Undefeatable A.I.. The A.I. is made using MINI-MAX Algorithm.
- Python Version: 3.5.6
- Pygame Version: 1.9.2a0
- Install python 3.5 or above.
- Clone the Repo.
- Open terminal in this directory and create a virtual environment using the command "python3 -m venv GameEnv".
- In the terminal write "GameEnv\Scripts\activate.bat".
- In the terminal write "pip install pygame".
- In the terminal write "python tic_tac_toe.py".
- Enjoy the game and Let me know if you can win against the A.I..