# Brain games (project-lvl1-s508)

## Console mini-games:

1. Even number
1. Calculator
1. Finding the GCD
1. Arithmetic progression
1. Prime Numbers

### Install:

```
git clone https://github.com/kulpubekov/project-lvl1-s508.git
npm i
make publish || npm publish --dry-run
npm link
````

[![Maintainability](https://api.codeclimate.com/v1/badges/5334fe70d89d897b8efa/maintainability)](https://codeclimate.com/github/kulpubekov/project-lvl1-s508/maintainability)

[![Build Status](https://travis-ci.org/kulpubekov/project-lvl1-s508.svg?branch=master)](https://travis-ci.org/kulpubekov/project-lvl1-s508)

```
brain install & start
```
[![asciicast](https://asciinema.org/a/JjUPnGGbUYgd4sgHAEvtZh9cR.svg)](https://asciinema.org/a/JjUPnGGbUYgd4sgHAEvtZh9cR)

```
brain-even
```
[![asciicast](https://asciinema.org/a/9L24z2XQrt8ZDMM2PquHTTl2d.svg)](https://asciinema.org/a/9L24z2XQrt8ZDMM2PquHTTl2d)

```
brain-calc
```
[![asciicast](https://asciinema.org/a/WRtcjuTwjMTz6SKkCENvqKA9x.svg)](https://asciinema.org/a/WRtcjuTwjMTz6SKkCENvqKA9x)

```
brain-gcd
```
[![asciicast](https://asciinema.org/a/DE7Bb1KmcAz7wTZd4TS2L1Oha.svg)](https://asciinema.org/a/DE7Bb1KmcAz7wTZd4TS2L1Oha)

```
brain-progression
```
[![asciicast](https://asciinema.org/a/B3erWqrCDLK7LKpC5YlXOM4N0.svg)](https://asciinema.org/a/B3erWqrCDLK7LKpC5YlXOM4N0)

```
brain-prime
```
[![asciicast](https://asciinema.org/a/DLOlIHPVJWSKtj7udaONrThX5.svg)](https://asciinema.org/a/DLOlIHPVJWSKtj7udaONrThX5)