Skip to content

Latest commit

 

History

History
68 lines (49 loc) · 2.09 KB

File metadata and controls

68 lines (49 loc) · 2.09 KB

Hexlet tests and linter status:

Actions Status

Maintainability

Play five games and try to win in all of it!

Setup

git clone git@github.com:oleg-dixon/python-project-49.git

make install

INSTRUCTIONS:

This is a five math games:

Calculator: To win this games you have to solve three math tasks.

To start the game:

make brain-calc

Even numbers: To win this game you have to give an answer is given number even or not.

To start the game:

make brain-even

Greatest common dividor: To win this game you have to find a GCD of three pairs of numbers

To start the game:

make brain-gcd

Prime numbers: To win this game you have to give an answer ig given number prime or not

To start the game:

make brain-prime

Progression: To win this game you have to find the missing number in progression

To start the game:

make brain-progression

Links

Asciinema play videos Description
Even Game Record terminal session in the "Even Game"
Calculator Game Record terminal session in the "Calculator Game"
GCD Game Record terminal session in the "GCD Game"
Progression Game Record terminal session in the "Arithmetic progression Game"
Prime Game Record terminal session in the "Is it a prime number? Game"