Skip to content

A tic-tac-toe game written in python with different user interfaces all using the same datamodel.

License

Notifications You must be signed in to change notification settings

joergsesterhenn/py-tic-tac-toe

Repository files navigation

py-tic-tac-toe

Python application

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)

update dependencies

  • poetry update

build

  • poetry build

run tests

  • poetry run pytest --cov=tictactoe tests/

run the applications

  • poetry run ascii
  • poetry run kivy
  • poetry run flask

About

A tic-tac-toe game written in python with different user interfaces all using the same datamodel.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published