-
Install poetry
-
Clone the project:
$ git clone git@github.com:kat-git-hub/Math Mastermind.git
-
Cd into the directory with the project and run:
make install
make build
make package-install
The project has five games:
-
A random mathematical expression is shown, it needs to be calculated
$ brain-calc
-
A random number is shown, you need to answer 'yes' if the number is even, or 'no' if it is odd
$ brain-even
-
A random number, you need to answer 'yes' if the number is prime, or 'no' if not
$ brain-prime
-
Find the greatest common divisor of two random numbers
$ brain-gcd
-
Find the missing number in Arithmetic Progression
$ brain-progression
The user must give the correct answer to three questions in a row. After a successful game, it will be displayed:
Congratulations!
If the user has an incorrect answer, it will be displayed:
Let's try again!