A single player command line tic tac toe game to play with AI and kill some time.
- Single player command line game
- random steps AI
- Demo for OOP design
- python>=3.6
- pytest==5.4.*
- pytest-cov==2.8.*
Run python src/tic_tac_toe.py
and then follow instruction
Note the game is not 100% covered with tests.
Run the following command in the root folder of the project:
- Tests:
pytest
- Coverage:
pytest --cov=tic_tac_toe
If you like this project, please give it a star and distribute it for more people to see. Any suggestions and contributions are very welcomed.
ALL RIGHTS RESERVED