Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 700 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 700 Bytes

Pypopipette

My take on the Dots and Squares game (Pipopipette in French 🇫🇷).

Disclaimer: this is a work in progress.

How to play

  • Recommended: Install poetry, run poetry install, then run poetry run python src/pypopipette_game/frontend.py.
  • Simpler (but could lead to dependenies issues): run python src/pypopipette_game/frontend.py.

Contributions

Contributions are welcomed! To do so, fork the repository, make your modifications, and create a pull request towards branch dev.

I am using the repository's Issues to list the future features as well as report bugs, feel free to takle one of these problems.