Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.93 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.93 KB

Hexlet. Brain Games. Frontend project lvl 1.

Node.js CI Maintainability

Brain Games is a set of five console games, built on the principle of popular mobile brain training apps. Each game asks questions that need to be answered correctly. After three correct answers, the game is considered to be completed. Wrong answers end the game and offer to play it again. Games:

  • Definition of an even number.
  • Calculator. Arithmetic expressions to be evaluated.
  • Determination of the greatest common divisor.
  • Progression. Finds missing numbers in a sequence of numbers.
  • Definition of a prime number.

Install

git clone https://github.com/nunsez/frontend-project-lvl1.git
cd frontend-project-lvl1/
make install

Usage examples

Package installation and brain-games launch

asciicast

Definition of an even number

asciicast

Calculator

asciicast

Determination of the greatest common divisor

asciicast

Progression

asciicast

Definition of a prime number

asciicast