# Brain game project
*simple brain games*

[![Maintainability](https://api.codeclimate.com/v1/badges/a939e57ff2f3cf58499a/maintainability)](https://codeclimate.com/github/corsicanec82/project-lvl1-s474/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/a939e57ff2f3cf58499a/test_coverage)](https://codeclimate.com/github/corsicanec82/project-lvl1-s474/test_coverage)
[![code quality](https://api.codacy.com/project/badge/Grade/cd3526248fb34e56a832ae2ba42a8f95)](https://www.codacy.com/manual/corsicanec82/project-lvl1-s474?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=corsicanec82/project-lvl1-s474&amp;utm_campaign=Badge_Grade)
![](https://github.com/corsicanec82/project-lvl1-s474/workflows/workflow/badge.svg)
[![test coverage](https://codecov.io/gh/corsicanec82/project-lvl1-s474/branch/master/graph/badge.svg)](https://codecov.io/gh/corsicanec82/project-lvl1-s474)
[![npm version](https://badge.fury.io/js/sb-game.svg)](https://badge.fury.io/js/sb-game)

## Install
```sh
$ sudo npm install -g sb-game
```
### Run game - Even
```sh
$ brain-even
```

[![asciicast](https://asciinema.org/a/LOOMnVfximmtgRK24kEevRESp.svg)](https://asciinema.org/a/LOOMnVfximmtgRK24kEevRESp)
### Run game - Calc
```sh
$ brain-calc
```

[![asciicast](https://asciinema.org/a/ZUCHC64QcRzcdftbdPzHHMJ8G.svg)](https://asciinema.org/a/ZUCHC64QcRzcdftbdPzHHMJ8G)
### Run game - Find GCD
```sh
$ brain-gcd
```

[![asciicast](https://asciinema.org/a/RE7q4iOWu7WT1d0ltuUfPzjcQ.svg)](https://asciinema.org/a/RE7q4iOWu7WT1d0ltuUfPzjcQ)
### Run game - Progression
```sh
$ brain-progression
```

[![asciicast](https://asciinema.org/a/D5dzuvgUn4TqxhfJVtvFt4NUN.svg)](https://asciinema.org/a/D5dzuvgUn4TqxhfJVtvFt4NUN)
### Run game - Prime
```sh
$ brain-prime
```

[![asciicast](https://asciinema.org/a/1C7ry89ykUn52hKVAea7Hcncp.svg)](https://asciinema.org/a/1C7ry89ykUn52hKVAea7Hcncp)