TicTacToe is yet another implementation of classic Tic-Tac-Toe game. The game has been written in Python in response to coding "challenge" from Richard Bronosky and as a fun way to learn Python programming language.
The game features unbeatable rules-based engine and rather slow NegaMax engine.
Simply run main.py
and enjoy!
Run tests.py
.