UNPKG

impedance-brainy-games

Version:
31 lines (20 loc) 1.25 kB
# project-lvl1-s474 [![Alt text](https://api.codeclimate.com/v1/badges/5d56b626de74104f8987/maintainability)](https://codeclimate.com/github/impedance/project-lvl1-s474/maintainability) [![Alt text](https://travis-ci.com/impedance/project-lvl1-s474.svg?branch=master)](https://travis-ci.org/impedance/project-lvl1-s474) This is my first real project on JavaScript named 'brain-games'. Here are 5 mathematical games: guess if number is even, calc numbers, find greatest common divisor, find number missed in arithmethical progression and guess if number is prime. To play with them you need firstly install npm package globally impedance-brainy-games with next command `npm install -g impedance-brainy-games` then just run game as follows: - `brain-even` - `brain-calc` - `brain-gcd` - `brain-progression` - `brain-prime` ## Installation and usage video for games</h2> [brain-even manual](https://asciinema.org/a/oDk7ni61y9yenaQYskDwqS2Sr) [brain-calc manual](https://asciinema.org/a/OpbMwQkNS55cJ4PGYKt9kt20X) [brain-gcd manual](https://asciinema.org/a/4w4EHTivCmbfN4Xr2kdwJKGyR) [brain-progression manual](https://asciinema.org/a/ZSM4zqTUB0krHSkgjJn2mCuSP) [brain-prime manual](https://asciinema.org/a/1fuzm23mc02u3MXhthFEkMBJl)