A modified classic version of the game which has 81 and 729 squares respectively. Version 1: TicTacThinker Game
- added two more game modes, ultimate and max.
- has 81 and 729 squares respectively.
- used the minimax algorithm method as the game theory.
- Entry point: main.py
- Change game mode on main.py line 12 (classic, ultimate, max)
- Press 'r' to restart the game