This project using the terminal helps you to play brain games
Game | Goal |
---|---|
brain-even |
answer whether number is even or not |
brain-calc |
execute some simple math operations: +, - or * |
brain-gcd |
find greatest common divisor for two numbers |
brain-prime |
answer whether number is prime or not |
brain-progression |
guess hidden element of arithmetic progression |
pip install git+https://github.com/depocoder/python-project-49.git
This programm supports five scripts to play a certain game:
brain-prime
brain-even
brain-calc
brain-gcd
brain-progression
You can also use brain-games
to only see the greeting.