command-line-game
v1.0.3
Published
command-line-game is simple console game with Javascript.
Downloads
4
Maintainers
Readme
command-line-game
command-line-game is simple console game with JavaScript.
DEMO

Installation
$ npm install -g command-line-game
Usage
$ ./node_modules/.bin/command-line-game
or
$ export PATH=$PATH:./node_modules/.bin
$ command-line-game
| Key | Action | |:-----------|:-----------| | LEFT | Moves Object Left | | RIGHT | Moves Object Right |
