what-is-sequence-game [![NPM version][npm-image]][npm-url]
February 25, 2025 · View on GitHub
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
$ 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