Classic game of Tic-tac-toe in the command-line interface; made with Python.
Originally designed the usual 3x3 for an academic assignment, but expanded for fun.
- Break free from the boring 3x3 board and play with a customisable
nxnboard size (as of releasev2.0.0) - Follows all of the rules in the original game
- Two-player gameplay (with plans on AI vs AI and Player vs AI with minimax algorithm)
- Runs on the terminal
- ASCII user interface (scales with board size)
- Made using Python 3
Download Python 3 and main.py from Releases page. Then run main.py:
$ python main.py