A customizable game of tic-tac-toe for 2 players
Python 3 (tested on Python 3.8.4)
git clone
or download the repository zip- Run
python Game.py
- Run
python TestGame.py
- Create GameFlow class and refactor code in Game.py so that the overall game flow is modular
- Extend testing to the game flow