https://github.com/akgondber/escaping-figures-game-cli
Count figure's occurences in the escaping figures matrix
https://github.com/akgondber/escaping-figures-game-cli
Last synced: 4 months ago
JSON representation
Count figure's occurences in the escaping figures matrix
- Host: GitHub
- URL: https://github.com/akgondber/escaping-figures-game-cli
- Owner: akgondber
- Created: 2023-07-09T08:53:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-26T00:48:34.000Z (almost 2 years ago)
- Last Synced: 2025-02-06T02:47:25.665Z (4 months ago)
- Language: TypeScript
- Size: 4.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# escaping-figures-game-cli [![NPM version][npm-image]][npm-url]
> Count figure's occurences in the escaping figures matrix
> This readme is automatically generated by [create-ink-app-custom](https://github.com/akgondber/create-ink-app-custom)
## Install
```bash
$ npm install --global escaping-figures-game-cli
```## Demo

Emoji mode using the `--emoji` flag.
## CLI
```
$ escaping-figures-game-cli --helpCount figure's occurences in the escaping figures matrix
Usage
$ escaping-figures-game-cliOptions
--banner, -b Do not use banner at the top
--colors, -c Display figures with different colors
--speed, -s Set game speed (the lower the value, the more difficult the passage)
--fast-speed, -f Turn on fast speed mode
--emoji Use emojis in the game instead of figuresExamples
$ escaping-figures-game-cli
$ escaping-figures-game-cli --speed 17
$ escaping-figures-game-cli --speed 4
$ escaping-figures-game-cli --banner
$ escaping-figures-game-cli --colors
$ escaping-figures-game-cli --fast-speed
$ escaping-figures-game-cli --emoji
```## License
MIT © [Rushan Alyautdinov](https://github.com/akgondber)
[npm-image]: https://img.shields.io/npm/v/escaping-figures-game-cli.svg?style=flat
[npm-url]: https://npmjs.org/package/escaping-figures-game-cli