Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 2.13 KB

README.md

File metadata and controls

50 lines (39 loc) · 2.13 KB

Hexlet tests and linter status:

Actions Status Python package

Codeclimate chech up status:

Start

poetry install --user

Game: "Even Numbers":

make brain-even

An user is shown a random number. The user needs to answer "yes" if the number is even or "no" if it is odd.

asciicast

Game: "Calculator":

make brain-calc

An user is shown a random mathematical expression, for example 35 + 16, which needs to be calculated and written down the correct answer.

asciicast

Game: "Greatest common divisor":

make brain-gdc

An user is shown two random numbers, for example, 25 and 50. The user needs calculate and enter the greatest common divisor of these numbers.

asciicast

Game: "Arithmetic Progression":

make brain-progression

An user is shown a series of numbers, forming an arithmetic progression, replacing any of the numbers with two dots. The player must determine this number.

asciicast

Game: "Is it a Prime Number?":

make brain-prime

An user is shown a random number. The user needs to answer "yes" if the number is prime or "no" if it is not.

asciicast