This project contain 5 basic math games to strain your brain.
- brain-even - guess is given number even or not
- brain-calc - calculate basic math expressions
- brain-gcd - find the greatest common divisor of two given numbers
- brain-prime - guess is given number prime or not
- brain-progression - find missing member of arithmetic progression
- Python >= 10
- poetry >= 1.8.2
Firstly you should install latest version of poetry package.
With pip:
pip install poetryWith pipx:
pipx install poetryThen you should install project dependencies:
make installBuild distribution:
make buildInstall package distribution in your OS:
make package-installTo start play games just run any of following commands:
brain-evenbrain-calcbrain-gcdbrain-primebrain-progression