https://github.com/rabinzon/games-for-brain
Games for brain
https://github.com/rabinzon/games-for-brain
hexlet hexlet-projects js
Last synced: about 1 year ago
JSON representation
Games for brain
- Host: GitHub
- URL: https://github.com/rabinzon/games-for-brain
- Owner: Rabinzon
- Created: 2017-09-18T15:24:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-01T15:58:09.000Z (over 8 years ago)
- Last Synced: 2025-03-18T18:13:11.893Z (about 1 year ago)
- Topics: hexlet, hexlet-projects, js
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/games-for-brain
- Size: 83 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Games for brain [npm](https://www.npmjs.com/games-for-brain)

#### Simple command line games.
[](https://codeclimate.com/github/Rabinzon/games-for-brain/maintainability)
[](https://travis-ci.org/Rabinzon/games-for-brain)
[](https://nodei.co/npm/games-for-brain/)
### Quick start:
```sh
$ npm i -g games-for-brain
$ brain-even
```

### Available games:
- brain-even
- brain-calc
- brain-gcd
- brain-prime
- brain-balance
- brain-progression
### Running in dev mode
```sh
$ make install start game=$(game-name)
```