Skip to content

EgorKurilko/Brain-games

Repository files navigation

Brain-games

Actions Status Maintainability

Mind Games is a set of five brain—boosting games. Each game asks three questions. After three correct answers in a row, it is considered that the game is over.

Presented games:

  • Calculator. Arithmetic expressions that need to be calculated.
  • Progression. Search for missing numbers in a sequence of numbers.
  • Definition of an even number.
  • Finding the Greatest Common Divisor.
  • Definition of a prime number.

Install

git clone https://github.com/EgorKurilko/fullstack-javascrit-project-44.git
cd fullstack-javascrit-project-44
make install
npm install
npm link

Games

Brain-calc

It is necessary to calculate the sum, difference or composition of two numbers

Starting the game

brain-calc

Presents

brain-calc

Brain-progression

It is necessary to calculate which number is "hidden" in the arithmetic progression.

Starting the game

brain-progression

Presents

brain-progression

Brain-even

It is necessary to determine the parity of the number.

Starting the game:

brain-even

Presents

brain-even

Brain-gcd

It is necessary to determine the greatest common divisor of two numbers.

Starting the game:

brain-gcd

Presents

brain-gcd

Brain-prime

It is necessary to determine whether the number is prime.

Starting the game:

brain-prime

Presents

brain-prime

About

Mind Games is a set of five brain—boosting games. Each game asks three questions.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors