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.
- 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.
git clone https://github.com/EgorKurilko/fullstack-javascrit-project-44.git
cd fullstack-javascrit-project-44
make install
npm install
npm link
It is necessary to calculate the sum, difference or composition of two numbers
brain-calc
It is necessary to calculate which number is "hidden" in the arithmetic progression.
brain-progression
It is necessary to determine the parity of the number.
brain-even
It is necessary to determine the greatest common divisor of two numbers.
brain-gcd
It is necessary to determine whether the number is prime.
brain-prime