An open API service indexing awesome lists of open source software.

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.

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 --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

![](media/demo.gif)

## Screenshots

Game round in process
![game-round-in-process](media/guess-word-cli-demo.png)

Game round is finished
![game-round-finished](media/guess-word-cli-demo-2.png)

## 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