Brain Games is a bundle of math games with command line interface.
Run the following commands in the shell:
git clone https://github.com/Nazarinh0/python-project-lvl1.git
cd python-project-lvl1
make build
make package-install
After installation, you can play games with the following commands:
brain-even
- guess if the given number is evenbrain-calc
- guess the result of a mathematical expressionbrain-gcd
- guess the greater common divisor of two numbersbrain-progression
- guess missing number in arithmetic progressionbrain-prime
- guess if the given number is prime
- Installation and BrainGame - Is Even: https://asciinema.org/a/512789
- BrainGame - Calculation: https://asciinema.org/a/512792
- BrainGame - GCD: https://asciinema.org/a/512793
- BrainGame - Progression: https://asciinema.org/a/512794
- BrainGame - Is Prime: https://asciinema.org/a/512795