https://github.com/akgondber/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.
https://github.com/akgondber/guess-word-cli
activerest cli english fun guess train vocabulary word
Last synced: 6 months ago
JSON representation
CLI game - find out a source word which characters was shuffled and moreover an extra character was added to bring some complexity.
- Host: GitHub
- URL: https://github.com/akgondber/guess-word-cli
- Owner: akgondber
- Created: 2023-08-15T04:52:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-19T02:49:22.000Z (over 1 year ago)
- Last Synced: 2024-11-01T23:37:22.322Z (11 months ago)
- Topics: activerest, cli, english, fun, guess, train, vocabulary, word
- Language: JavaScript
- Homepage:
- Size: 2.65 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# guess-word-cli [![NPM version][npm-image]][npm-url]
> CLI game - find out a source word which characters was shuffled and moreover an extra character was added to bring some complexity.
## Install
```bash
$ npm install --global guess-word-cli
```## CLI
```
$ guess-word-cli --helpUsage
$ guess-word-cliOptions
--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, 4Examples
$ 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
- [what-is-word-cli](https://github.com/akgondber/what-is-word-cli)
- [word-snatchers-cli](https://github.com/akgondber/word-snatchers-cli)
- [vowels-consonants-game-cli](https://github.com/akgondber/vowels-consonants-game-cli)## License
MIT © [Rushan Alyautdinov](https://github.com/akgondber)
[npm-image]: https://img.shields.io/npm/v/guess-word-cli.svg?style=flat
[npm-url]: https://npmjs.org/package/guess-word-cli