# Six simple CLI games:

- `brain-even` - Answer "yes" if given number even otherwise answer "no".
- `brain-calc` - What is the result of the expression of given numbers?
- `brain-gcd` - Find the greatest common divisor of given numbers.
- `brain-balance` - Balance (level) the given number.
- `brain-progression` - What number is missing in this progression?
- `brain-prime` - Is given number a prime?

## Install

`npm install -g hexlet-bg-ik`

---

[![Code Climate](https://codeclimate.com/github/igorkusoff/project-lvl1-s69/badges/gpa.svg)](https://codeclimate.com/github/igorkusoff/project-lvl1-s69)
[![Issue Count](https://codeclimate.com/github/igorkusoff/project-lvl1-s69/badges/issue_count.svg)](https://codeclimate.com/github/igorkusoff/project-lvl1-s69)
[![Build Status](https://travis-ci.org/igorkusoff/project-lvl1-s69.svg?branch=master)](https://travis-ci.org/igorkusoff/project-lvl1-s69)
