hexlet-braingames-by-mput
Version:
Learning Hexlet.io node.js project implementation.
32 lines (21 loc) • 1.2 kB
Markdown
[](https://codeclimate.com/github/mput/project-lvl1-s128)
[](https://codeclimate.com/github/mput/project-lvl1-s128)
[](https://travis-ci.org/mput/project-lvl1-s128)
# Brain Games by mPut
A set of __terminal-based__ mini-games.
All games continuous until you had three right answers in a row.
___
## game-even
Simple game, where you should answer: is a number even or not.
__Example:__
[](https://asciinema.org/a/TvjoseJsdfQfFQ35egx8z9vge)
___
## game-calc
Simple game, where you should be as good as your calculator.
__Example:__
[](https://asciinema.org/a/QEhbep1yhQWFptfjEZjJDy1Q2)
___
## game-gcd
Simple game, where you should find greatest common divisor of given numbers.
[](https://asciinema.org/a/lDk15cGjZQMX6P6UtieKfaUB8)
___