Awesome
guess-word-cli
CLI game - find out a source word which characters was shuffled and moreover an extra character was added to bring some complexity.
Install
$ npm install --global guess-word-cli
CLI
$ guess-word-cli --help
Usage
$ guess-word-cli
Options
--round, -r Run game with specified suite number in ordinal words: first, third, etc.
--nth, -n Run game with specified suite number in number form, for example: 1, 4
Examples
$ guess-word-cli
$ guwo
$ gwc
$ guess-word-cli --round second
$ guwo -r second
$ guess-word-cli --nth 4
$ guwo -n 2
Demo
Screenshots
Game round in process
Game round is finished
Related
License
MIT © Rushan Alyautdinov