sb-game
Version:
44 lines (37 loc) • 1.89 kB
Markdown
# Brain game project
*simple brain games*
[](https://codeclimate.com/github/corsicanec82/project-lvl1-s474/maintainability)
[](https://codeclimate.com/github/corsicanec82/project-lvl1-s474/test_coverage)
[](https://www.codacy.com/manual/corsicanec82/project-lvl1-s474?utm_source=github.com&utm_medium=referral&utm_content=corsicanec82/project-lvl1-s474&utm_campaign=Badge_Grade)

[](https://codecov.io/gh/corsicanec82/project-lvl1-s474)
[](https://badge.fury.io/js/sb-game)
## Install
```sh
$ sudo npm install -g sb-game
```
### Run game - Even
```sh
$ brain-even
```
[](https://asciinema.org/a/LOOMnVfximmtgRK24kEevRESp)
### Run game - Calc
```sh
$ brain-calc
```
[](https://asciinema.org/a/ZUCHC64QcRzcdftbdPzHHMJ8G)
### Run game - Find GCD
```sh
$ brain-gcd
```
[](https://asciinema.org/a/RE7q4iOWu7WT1d0ltuUfPzjcQ)
### Run game - Progression
```sh
$ brain-progression
```
[](https://asciinema.org/a/D5dzuvgUn4TqxhfJVtvFt4NUN)
### Run game - Prime
```sh
$ brain-prime
```
[](https://asciinema.org/a/1C7ry89ykUn52hKVAea7Hcncp)