A stateless tic-tac-toe implementation in Python that supports human and/or computer players.
python -m frontends.console -X human -O minimax
- python 3.11.4
- pip 23.1.2
- virtualenv 20.21.0
All of these libraries and applications require Python 3
Set up a virtualenv:
python -m venv .venv
source .venv/bin/activate
Install the library:
python -m pip install --editable library/
The backend may be run as standalone API services.
See the Backends README
The game may be played via console.
See the Frontends README
MIT
See LICENSE