Brain Games is a bundle of math games with command line interface.
Run the following commands in the shell:
git clone https://github.com/dimmy2000/brain-games.git
cd brain-games
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




