Hexlet tests and linter status:

hexlet-check linter License: Unlicense

Brain-games

A set of five console games built on the principle of popular mobile applications for brain training. Each game asks questions that need to be answered correctly. After three correct answers, it is considered that the game is over. Incorrect answers end the game and offer to go through it again.

Installation and setup:

git clone git@github.com:ID0NTMIND/frontend-project-lvl1.git
npm ci
npm link

Game 1: 'Even-game'

Run game:

brain-even

Preview: asciicast

Game 2: 'Calc-game'

Run game:

brain-calc

Preview: asciicast

Game 3: 'GCD-game(greatest common divisor)'

Run game:

brain-gcd

Preview: asciicast

Game 4: 'Progression-game'

Run game:

brain-progression

Preview: asciicast

Game 5: 'Prime-game'

Run game:

brain-prime

Preview: asciicast