The tic-tac-toe library is a Python package named tic_tac_toe consisting of two subpackages:
- tic_tac_toe.game: A scaffolding designed to be extended by front ends
- tic_tac_toe.logic: The building blocks of the tic-tac-toe game
- cd frontends
- python -m console -X (player1) -O (player2)
Player options: human, minimax, random