Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.81 KB

README.md

File metadata and controls

50 lines (34 loc) · 1.81 KB

Welcome to The Brain Games!

The Brain Games is a set of five console games. In each of them, the user is asked to answer a question. The game ends when the user gives three correct answers or when he makes a mistake.

Hexlet tests and linter status:

Actions Status Maintainability Actions Status

Brain-even game

brain-even

Answer "yes" if the number is even, otherwise answer "no"

asciicast

Brain-calc game

brain-calc

What is the result of the expression?

asciicast

Brain-gcd game

brain-gcd

Find the greatest common divisor of given numbers.

asciicast

Brain-progression game

brain-progression

What number is missing in the progression?

asciicast

Brain-prime game

brain-prime

Answer "yes" if given number is prime. Otherwise answer "no".

asciicast