Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/denis-ok/hexlet-lvl-1-brain-games
- Owner: denis-ok
- Created: 2017-11-20T05:32:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-13T18:46:36.000Z (over 6 years ago)
- Last Synced: 2024-12-05T04:20:07.977Z (about 1 month ago)
- Language: JavaScript
- Size: 64.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```