Skip to content

Latest commit

 

History

History
62 lines (57 loc) · 2.12 KB

README.md

File metadata and controls

62 lines (57 loc) · 2.12 KB

Hexlet tests:

Actions Status

Linter status:

Maintainability

Project decription

"Brain Games" is a set of five console games inspired by popular mobile brain-pumping apps. Each game asks questions to be answered correctly. Once three correct answers are given, the game ends. Incorrect answers end the game and prompt you to play it again.

The games are:

  • Brain even: determining an even number.
  • Brain prime: determining a prime number.
  • Brain gcd: determining the greatest common divisor.
  • Brain calculator: calculate random arithmetic expressions.
  • Brain progression: find missing numbers in a number sequence.

How to install

Make sure you have installed Node.js version 13 or higher.

  1. Clone repo:
git clone git@github.com:chickenzombie/frontend-project-lvl1.git
  1. Change directory:
cd frontend-project-lvl1
  1. Install packages:
install

Game descriptions

1. Brain even.

To start the game type:

brain-even

asciicast

2. Brain prime.

To start the game type:

brain-prime

asciicast

3. Brain gcd.

To start the game type:

brain-gcd

asciicast

4. Brain calculator.

To start the game type:

brain-calc

asciicast

5. Brain progression.

To start the game type:

brain-progression

asciicast