A simple, text console-based implementation of the Tic-tac-toe game, developed as my solution to an interview coding challenge.
Requires Python 3.x. There are no dependencies other than the Python Standard Library.
- Run the game:
./bin/run
- Run unit tests:
./bin/test