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

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

Awesome Lists containing this project

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

![](media/demo.gif)

![](media/demo-chars.gif)

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