Skip to content

Latest commit

 

History

History
86 lines (52 loc) · 2.05 KB

README.md

File metadata and controls

86 lines (52 loc) · 2.05 KB

Hexlet tests and linter status:

Actions Status Maintainability

Brain games

"Brain games" is a set of five console games. Each game asks questions that must be answered correctly. After three correct answers, the game is considered completed. Wrong answers end the game and prompt you to play it again.

System requirements

npm

node.js

Installation

make install

npm link

asciiNew

Brain even

You need to determine whether a number is even or not.

to start:
    brain-even

Brain even demo

Brain calc

You need to calculate the result of the expression.

to start:
    brain-calc

Brain calc demo

Brain gcd

Find the greatest common divisor of two numbers.

to start:
    brain-gcd

Brain gcd demo

Brain prime

Determine if a number is prime.
Prime numbers are numbers that have only two factors: 1 and themselves.

to start:
    brain-prime

Brain prime demo

Brain progression

You need to determine which number is missing in the progression.

to start:
    brain-progression

Brain progression demo