This is an game of Unbeatable Tic Tac Toe, hard coded with a simple but nice GUI.
In addition to playing against the unbeatable algorithm it also has the option to enjoy a (multiplayer) game with a friend.
- Simple UI
- Fast Response
- Good First Project
- Python
- Tkinter Module
Use the package manager pip to install the requirements.txt .
pip install -r requirements.txtIn bash terminal type the following commands or run the main.py file manually to play the game.
python main.py

