https://github.com/akgondber/spinner-memory-game-cli
CLI game - Remember spinners appearences sequence and restore the correspondence of spinners to their appearance numbers
https://github.com/akgondber/spinner-memory-game-cli
activerest cligame game interactive memory mentalhealth package reaction spinner training
Last synced: 3 months ago
JSON representation
CLI game - Remember spinners appearences sequence and restore the correspondence of spinners to their appearance numbers
- Host: GitHub
- URL: https://github.com/akgondber/spinner-memory-game-cli
- Owner: akgondber
- Created: 2024-05-04T06:52:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-04T23:39:10.000Z (about 1 year ago)
- Last Synced: 2025-01-05T23:43:01.329Z (5 months ago)
- Topics: activerest, cligame, game, interactive, memory, mentalhealth, package, reaction, spinner, training
- Language: JavaScript
- Homepage:
- Size: 13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spinner-memory-game-cli [![NPM version][npm-image]][npm-url]
> CLI game - Remember spinners appearences sequence and restore the correspondence of spinners to their appearance numbers.
## Install
```bash
$ npm install --global spinner-memory-game-cli
```## CLI
```
Usage
$ spinner-memory-game-cliShorthand command aliases:
$ spinner-game
$ spigame
$ spigaOptions
--filler Symbol to be used as a placeholder in a game table.
--run Whether to run a game immediately without game description (default is true).
--funny Use funnier spinners.Examples
$ spinner-memory-game-cli
$ spinner-memory-game-cli --no-run
$ spinner-memory-game-cli --funny
$ spinner-memory-game-cli --filler "*"
```## Demos

### Using funnier spinners
```bash
$ spinner-memory-game-cli --funny
```
## License
MIT © [Rushan Alyautdinov](https://github.com/akgondber)
[npm-image]: https://img.shields.io/npm/v/spinner-memory-game-cli.svg?style=flat
[npm-url]: https://npmjs.org/package/spinner-memory-game-cli