UNPKG

hexlet-braingames-by-mput

Version:

Learning Hexlet.io node.js project implementation.

32 lines (21 loc) 1.2 kB
[![Code Climate](https://codeclimate.com/github/mput/project-lvl1-s128/badges/gpa.svg)](https://codeclimate.com/github/mput/project-lvl1-s128) [![Issue Count](https://codeclimate.com/github/mput/project-lvl1-s128/badges/issue_count.svg)](https://codeclimate.com/github/mput/project-lvl1-s128) [![Build Status](https://travis-ci.org/mput/project-lvl1-s128.svg?branch=master)](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:__ [![asciicast](https://asciinema.org/a/TvjoseJsdfQfFQ35egx8z9vge.png)](https://asciinema.org/a/TvjoseJsdfQfFQ35egx8z9vge) ___ ## game-calc Simple game, where you should be as good as your calculator. __Example:__ [![asciicast](https://asciinema.org/a/QEhbep1yhQWFptfjEZjJDy1Q2.png)](https://asciinema.org/a/QEhbep1yhQWFptfjEZjJDy1Q2) ___ ## game-gcd Simple game, where you should find greatest common divisor of given numbers. [![asciicast](https://asciinema.org/a/lDk15cGjZQMX6P6UtieKfaUB8.png)](https://asciinema.org/a/lDk15cGjZQMX6P6UtieKfaUB8) ___