Tic Tac Toe game implemented using pygame. Available in 3 modes via keyboard:
- Minimax AI: standard playmode, return to this mode by pressing 1
- Random AI: by pressing 0
- PvP: by pressing g on keyboard
Apply the following steps in listed order, if necessary:
- Install a python supporting IDE.
- Clone or download this repository.
- Open the repository in IDE.
- Required libraries: sys, random, copy, pygame, numpy. Make sure the last two packages are installed.
- Run the main.py file in order to play.