https://github.com/akgondber/what-figure-drawn-game-cli
CLI game where you need to find out which figure was drawn by marker
https://github.com/akgondber/what-figure-drawn-game-cli
Last synced: 3 months ago
JSON representation
CLI game where you need to find out which figure was drawn by marker
- Host: GitHub
- URL: https://github.com/akgondber/what-figure-drawn-game-cli
- Owner: akgondber
- Created: 2024-03-19T23:39:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-24T20:22:00.000Z (about 1 year ago)
- Last Synced: 2024-04-25T09:59:44.695Z (about 1 year ago)
- Language: JavaScript
- Size: 1.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# what-figure-drawn-game-cli [![NPM version][npm-image]][npm-url]
> CLI game where you need to figure out a shape whose outline is being drawn with a marker, the previous mark of which is erased
## Install
```bash
$ npm install --global what-figure-drawn-game-cli
```## CLI
```
$ what-figure-drawn-game-cli --helpCLI game where you need to figure out a shape whose outline is being drawn with a marker, the previous mark of which is erased
Usage
$ what-figure-drawn-game-cliOptions
--fullscren Whether to use fullscreen modeExamples
$ what-figure-drawn-game-cli
$ what-figure-drawn-game-cli --fullscreen
$ what-figure-drawn-game-cli -f
```## Demo

## License
MIT © [Rushan Alyautdinov](https://github.com/akgondber)
[npm-image]: https://img.shields.io/npm/v/what-figure-drawn-game-cli.svg?style=flat
[npm-url]: https://npmjs.org/package/what-figure-drawn-game-cli