An open API service indexing awesome lists of open source software.

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

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

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

Usage
$ what-figure-drawn-game-cli

Options
--fullscren Whether to use fullscreen mode

Examples
$ what-figure-drawn-game-cli
$ what-figure-drawn-game-cli --fullscreen
$ what-figure-drawn-game-cli -f
```

## Demo

![](media/demo.gif)

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