oksanaduga/frontend-project-lvl1

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# frontend-project-lvl1
[![Maintainability](https://api.codeclimate.com/v1/badges/eec960a1b2bb37dd31f2/maintainability)](https://codeclimate.com/github/oksanaduga/frontend-project-lvl1/maintainability)
[![Build Status](https://travis-ci.org/oksanaduga/frontend-project-lvl1.svg?branch=master)](https://travis-ci.org/oksanaduga/frontend-project-lvl1)

This repository is my first hexlet training project

Is the set of console games 
## Setup
```bash
npm install frontend-project-lvl1-oksana-duga
```
## Usage
```bash
brain-even
brain-calc
brain-gcd
brain-progression
brain-prime
```
## Description
```bash
brain-even - random number is displayed. You need to answer yes if the number is even, or no if it is odd.
brain-calc - a random mathematical expression is displayed that needs to be calculated and written down the correct answer.
brain-gcd - it turns out two random numbers. It is necessary to calculate and introduce the largest common divisor of these numbers.
brain-progression - a series of numbers is displayed - this is an arithmetic progression, there is no single number. The player must determine this number.
brain-prime - random number is displayed. You need to answer yes if the number is prime, or no if it isn`t
```
Install brain-even
<a href="https://asciinema.org/a/261602?autoplay=1&speed=2&size=medium"><img src="https://asciinema.org/a/261602.svg" /></a>
Install brain-calc
<a href="https://asciinema.org/a/262162?autoplay=1&speed=2&size=medium"><img src="https://asciinema.org/a/262162.svg" /></a>
Install brain-gcd
<a href="https://asciinema.org/a/262359?autoplay=1&speed=2&size=medium"><img src="https://asciinema.org/a/262359.svg" /></a>
Install brain-progression
<a href="https://asciinema.org/a/262412?autoplay=1&speed=2&size=medium"><img src="https://asciinema.org/a/262412.svg" /></a>
Install brain-prime
<a href="https://asciinema.org/a/262415?autoplay=1&speed=2&size=medium"><img src="https://asciinema.org/a/262415.svg" /></a>