command-line-game is simple console game with JavaScript.
$ npm install -g command-line-game
$ ./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 |