"Brain Games" is a set of five console games, based on the popular apps to boost your brainpower. You have to correctly answer 3 questions to complete each game. An incorrect answer leads to the end and you have to start over.
git clone '[email protected]:xomnrt/frontend-project-44.git'
make install
make publish
npm link
Get the greeting!
$ brain-games
You have to tell if the number is even
$ brain-even
You have to calculate the value of the given expression
$ brain-calc
You have to find the greatest common divisor among the given numbers
$ brain-gcd
You have to find the missing element in the sequence
$ brain-progression
You have to tell if the number is prime
$ brain-prime