Classic game of Tic-tac-toe in the command-line made with Python.
Originally made for my school's computer science class homework assignment, but expanded to include some extra features for fun.
- Classic game of Tic-tac-toe
- Follows all of the rules in the original game
- Break free of the same old 3x3 board with a customisable
n
xn
board size (as of v2.0.0 release) - Two-player gameplay (with plans on AI vs AI and Player vs AI with minimax algorithm)
- Runs on the terminal
- Minimal ASCII user interface (scales with board size)
- Made with Python
Download Python 3 and main.py
from Releases page. Then run main.py
:
python main.py
Open this link in your browser: https://onlinegdb.com/pnxRXTdsC and click the Run
button.