https://github.com/akgondber/what-is-sequence-game
Remember sequence of appearing items and try to restore them in right order - CLI game
https://github.com/akgondber/what-is-sequence-game
Last synced: 25 days ago
JSON representation
Remember sequence of appearing items and try to restore them in right order - CLI game
- Host: GitHub
- URL: https://github.com/akgondber/what-is-sequence-game
- Owner: akgondber
- Created: 2024-02-28T05:12:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-25T22:58:26.000Z (over 1 year ago)
- Last Synced: 2025-11-27T12:17:28.279Z (7 months ago)
- Language: JavaScript
- Size: 4.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-cli-apps-in-a-csv - what-is-sequence-game - Game consisting in remembering sequence of appearing items and try to restore them in right order. (<a name="games"></a>Games)
- awesome-cli-apps - what-is-sequence-game - Game consisting in remembering sequence of appearing items and try to restore them in right order. (<a name="games"></a>Games)
README
# what-is-sequence-game [![NPM version][npm-image]][npm-url]
> Remember sequence of appearing items and try to restore them in right order - CLI game
There is a box in which appears some items, in some moments all previous shown items disappears and some single item appears.
Your task is to remember each single item that was appeared alone and restore sequence of those items in right order.
## Install
```bash
$ npm install --global what-is-sequence-game
```
## CLI
```
$ what-is-sequence-game --help
Usage
$ what-is-sequence-game
Options
--emoj Use emojis for sequence
--chars Use chars as a sequence items
Examples
$ what-is-sequence-game
$ what-is-sequence-game --emoji
$ what-is-sequence-game --chars
```
## Demo


## License
MIT © Rushan Alyautdinov
[npm-image]: https://img.shields.io/npm/v/what-is-sequence-game.svg?style=flat
[npm-url]: https://npmjs.org/package/what-is-sequence-game