Brain Games is a Hexlet project which consists of 5 mini-games that are executed in a console.
git clone https://github.com/RossJeanCarter/Brain-Games.git
make install
npm link
After the installation just type the name of the games given below and you are ready to play.
the user is shown a random mathematical expression. The user's task is to give the right answer.
the user is shown a random number. He needs to respond "yes" or "no".
the user is shown two random numbers. He needs to calculate the greatest common divisor of these numbers.
the user is shown a random number. He needs to answer whether the number is prime or no, giving the reponse "yes" or "no".
the user is shown a random arithmetic progression. One number is hidden behind the two points. The user needs to guess the number.