- Brain Even. Find odd or even number
- Brain Calc. Are you good at calculus?
- Brain GCD. Do you know Euclidean algorithm?
- Brain Progression. Find the missing number
- Brain Prime. Prime numbers and where to find them
Install the dependencies using Make and Poetry
make install
Run a game
make brain-even
make brain-calc
make brain-gcd
make brain-progression
make brain-prime
Make Brain Games python package
make build
Install Brain Games package on your OS
make package-install
Run a game from your OS
brain-even
brain-calc
brain-gcd
brain-progression
brain-prime
Check your style using Flake8
make lint
Publish package in PyPi (Dry run)
make publish