Tic-toc-toe on the command-line, written in Python.
git clone https://github.com/mcmangini/py-tic-tac-toe.git
cd py-tic-tac-toe/src
python3 tictactoe.py
- Two-Player
- Play against another person.
- One-Player
- Play against a CPU.
- Zero-Player
- Have two CPUs play each other.
CPUs have four difficulty settings. Level 4 is unbeatable!