hexlet-project-lvl1-german
Version:
Project1 from hexlet. Brain Games.
38 lines (34 loc) • 852 B
Markdown
[](https://codeclimate.com/github/stgoge/project-lvl1-s320/maintainability)
[](https://travis-ci.org/stgoge/project-lvl1-s320)
## Brain Games.
There are 6 console games. Node.js Level 1 study project on [hexlet](https://hexlet.io)
#
### Installation
```sh
$ npm install -g hexlet-project-lvl1-german
```
### Games:
1. Is number is even?
```sh
$ brain-even
```
2. Calculate the expression.
```sh
$ brain-calc
```
3. Find the greatest common divisor of given numbers.
```sh
$ brain-gcd
```
4. Balance the given number.
```sh
$ brain-balance
```
5. Figure out missing number of arithmetic progression.
```sh
$ brain-progression
```
6. Is number prime?
```sh
$ brain-prime
```