The training project "Brain Games" on the Python Development course on Hexlet.io.
Languages, frameworks and libraries used in the implementation of the project:
Try playing math mini games. Each game has its own instructions inside.
$ git clone https://github.com/n1ckdevops/python-project-49
Use make (Makefile):
make install
poetry install
make build
poetry build
make publish
poetry publish --dry-run
make package-install
python3 -m pip install --user --force-reinstall dist/*.whl
Thanks and keep up, bruh!
👨💻 Author: @n1ckdevops