Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/denis-ok/hexlet-lvl-1-brain-games


https://github.com/denis-ok/hexlet-lvl-1-brain-games

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

[![Maintainability](https://api.codeclimate.com/v1/badges/571ab6d551ce54fec7a1/maintainability)](https://codeclimate.com/github/denis-ok/project-lvl1-s168/maintainability) [![Build Status](https://travis-ci.org/denis-ok/hexlet-lvl-1-brain-games.svg?branch=master)](https://travis-ci.org/denis-ok/hexlet-lvl-1-brain-games)
### Brain-Games
**Hexlet JavaScript Project: level 1**
___
This package is a pack of simple CLI games. You need to give 3 right answers in a row.

It is my first advanced programming expierence after just solving prepared exersizes. Project built in module architecture, so its possible to add new games without touching base module with engine.
In this project i have learned basics of linux command line usage and JS environment setup for development.

Installation:
```
$ npm install -g project-lvl1-s168
```

Usage:
```
$ brain-games
$ brain-even
$ brain-calc
$ brain-gcd
$ brain-balance
$ brain-progression
$ brain-prime
```