2.0.0 • Published 5 months ago

guess-word-cli v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

guess-word-cli NPM version

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

npm.io

Screenshots

Game round in process game-round-in-process

Game round is finished game-round-finished

License

MIT © Rushan Alyautdinov