This is a set of five console games that was built on the bases of popular mobile brain training apps. Each game asks questions that need to be answered. After three correct answers, the game is considered to be completed.
Run the following command in your terminal:
git clone https://github.com/FoggySmile/python-project-49.git
cd python-project-49
make build
make package-install
After installation, you can play games with the following commands:
brain-even
- determine if the number is evenbrain-calc
- determine the result of a mathematical expressionbrain-gcd
- determine the greatest common divisor of two numbersbrain-progression
- determine missing number in arithmetic progressionbrain-prime
- determine if the number is prime