Ecosyste.ms: Awesome

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

https://github.com/akgondber/typing-game-cli

Command line game to practice your typing speed.
https://github.com/akgondber/typing-game-cli

Last synced: 3 months ago
JSON representation

Command line game to practice your typing speed.

Lists

README

        

# typing-game-cli [![NPM version][npm-image]][npm-url]

> Command line game to practice your typing speed.

## Install

```bash
$ npm install --global typing-game-cli
```

## CLI

```
$ typing-game-cli --help

Usage
$ typing-game-cli

Options
--fast Start a round with a robot having high typing speed.
--medium Start a round with a robot having medium typing speed.
--low Start a round with a robot having low typing speed.

Examples
$ typing-game-cli
$ typing-game-cli --fast
$ typing-game-cli --medium
$ typing-game-cli --low
```

## Demo

![](media/demo.gif)

## Screenshots

![](media/screenshot-1.png)

## License

MIT © [Rushan Alyautdinov](https://github.com/akgondber)

[npm-image]: https://img.shields.io/npm/v/typing-game-cli.svg?style=flat
[npm-url]: https://npmjs.org/package/typing-game-cli