A tic-tac-toe game written in python with different user interfaces all using the same datamodel.
Currently, the following user interfaces are implemented:
- commandline ASCII (pure python)
- standalone window (kivy framework)
- web app (flask framework)
- poetry update
- poetry build
- poetry run pytest --cov=tictactoe tests/
- poetry run ascii
- poetry run kivy
- poetry run flask