https://github.com/koki-develop/typingo
⌨️ Typing game written in Go
https://github.com/koki-develop/typingo
Last synced: 10 months ago
JSON representation
⌨️ Typing game written in Go
- Host: GitHub
- URL: https://github.com/koki-develop/typingo
- Owner: koki-develop
- License: mit
- Created: 2023-03-16T12:16:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-29T04:30:11.000Z (about 2 years ago)
- Last Synced: 2025-03-23T03:51:15.131Z (11 months ago)
- Language: Go
- Homepage:
- Size: 563 KB
- Stars: 20
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Typingo
[](https://github.com/koki-develop/typingo/releases/latest)
[](https://github.com/koki-develop/typingo/actions/workflows/ci.yml)
[](https://codeclimate.com/github/koki-develop/typingo/maintainability)
[](https://goreportcard.com/report/github.com/koki-develop/typingo)
[](./LICENSE)
Typing game written in Go.

- [Installation](#installation)
- [Usage](#usage)
- [LICENSE](#license)
## Installation
### Homebrew
```console
$ brew install koki-develop/tap/typingo
```
### `go install`
```console
$ go install github.com/koki-develop/typingo@latest
```
### Releases
Download the binary from the [releases page](https://github.com/koki-develop/typingo/releases/latest).
## Usage
```console
$ typingo --help
Typing game written in Go
Usage:
typingo [flags]
Flags:
-b, --beep whether to beep when mistaken (default true)
-h, --help help for typingo
-n, --num-texts int the number of texts (default 10)
-v, --version version for typingo
```
## LICENSE
[MIT](./LICENSE)