## CodeClimate
npm install brain-games-liza

This is the first frontend project within my study on Hexlet.ru. This project consists of 6 command line games. To win every particular game you need to give three right answers on given questions. You fail the game if you give the wrong answer.
Gives an expression to calculate.
Gives a number to determine wether it is even or not.
Gives two numbers. You have to determine their least common divisor.
Gives a number to determine wether it is prime or not.
Gives a progression of numbers with one hidden number. You have do determine the hidden number.
Run the following command in the command line:
```
npm install brain-games-liza
State the name of the game in command line
```
brain-even


