There are 5 games: brain-even, brain-calc, brain-gcd, brain-progression, brain-prime
npm install frontend-project-lvl1_rainThis repository is created by Oleg Ryazantsev. This is the first educational project on hexlet.
There are 5 console games:
1) Brain Calc - where you should solve three random mathematical operations on two numbers (+, -, *);
2) Brain Even - where you should answer if the number is even;
3) Brain GCD - where you should find the greatest common divisor of given numbers;
4) Brain Prime - where you should answer if the given number is prime;
5) Brain Progression - where you should find the number is missing in the progression.

``sh``
$ npm install frontend-project-lvl1_rain