Package includes a bunch of math games. Interface is based on shell.
Each game asks 3 questions in a row. If user gives 3 correct answers, he win.
Install it using pip:
pip install git+https://github.com/Catoiren/python-project-lvl1.git
This game asks user if number is even or not.
brain-even
This game asks user to calculate an expression.
brain-calc
This game asks user to find the greatest common divisor of two numbers.
brain-gcd
This game asks user to complete math progression.
brain-progression
This game asks user if number is prime or not.
brain-prime