Mind Games is a set of five console games. Each game asks questions that need to be answered correctly. After three correct answers, the game is considered to be completed. Wrong answers end the game and offer to play it again.
git clone [email protected]:MisterFlicker/python-project-49.git
To install use: make install
To build use: make build
To package install use: make package-install
-
Calculator.
Arithmetic expressions to be evaluated. Start command: make brain-calc -
Progression.
Search for missing numbers in a sequence of numbers. Start command: make brain-progression -
Definition of an even number.
Start command: make brain-even -
Determining the greatest common divisor.
Start command: make brain-gcd -
Definition of a prime number.
Start command: make brain-prime