akgondber / spinner-memory-game-cli

CLI game - Remember spinners appearences sequence and restore the correspondence of spinners to their appearance numbers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spinner-memory-game-cli NPM version

CLI game - Remember spinners appearences sequence and restore the correspondence of spinners to their appearance numbers.

Install

$ npm install --global spinner-memory-game-cli

CLI

  Usage
    $ spinner-memory-game-cli

  Shorthand command aliases:
    $ spinner-game
    $ spigame
    $ spiga

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

  $ spinner-memory-game-cli --funny

License

MIT © Rushan Alyautdinov

About

CLI game - Remember spinners appearences sequence and restore the correspondence of spinners to their appearance numbers


Languages

Language:JavaScript 100.0%