Educational project. The set of five simple console math games.
- Clone git repository to your local machine:
git clone git@github.com:irisraine/python-project-lvl1.git - Go to the game directory:
cd python-project-lvl1 - You must have Poetry to build the project. Use
poetry buildcommand for creating the package. - For installation use
python3 -m pip install --user dist/*.whlcommand, ormake package-install
Use the following commands to launch a specific game
- "Is even" game: use command
brain-even - "Calculation" game: use command
brain-calc - "Greatest common divisor" game: use command
brain-gcd - "Progression" game: use command
brain-progression - "Is prime" game: use command
brain-prime
"Is even" installation and gameplay: