https://github.com/CamiloGarciaLaRotta/kboard
Terminal game to practice keyboard typing
https://github.com/CamiloGarciaLaRotta/kboard
bubbletea game go terminal
Last synced: 3 months ago
JSON representation
Terminal game to practice keyboard typing
- Host: GitHub
- URL: https://github.com/CamiloGarciaLaRotta/kboard
- Owner: CamiloGarciaLaRotta
- License: gpl-3.0
- Created: 2020-10-25T18:24:50.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-06-05T08:56:46.000Z (over 2 years ago)
- Last Synced: 2024-12-29T11:30:56.386Z (11 months ago)
- Topics: bubbletea, game, go, terminal
- Language: Go
- Homepage:
- Size: 110 KB
- Stars: 188
- Watchers: 2
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-cli-apps-in-a-csv - kboard - Terminal game to practice keyboard typing. (<a name="typing"></a>Typing test and practice)
- charm-in-the-wild - kboard - A typing game. (_built with Bubble Tea_) (Applications / Games)
README

# kboard
Terminal game to practice keyboard typing. Built with [bubbletea](https://github.com/charmbracelet/bubbletea)
### Install
#### Golang
```bash
go get github.com/CamiloGarciaLaRotta/kboard
```
#### Homebrew
```
brew install camilogarcialarotta/brews/kboard
```
### How to use
```bash
kboard [number] [time]
number: the number of words to generate. Must be a non-zero positive integer.
defaults to 1 word.
time: the number of seconds that the game will last.
If none is passed, tha game finishes after the first word.
Examples:
- kboard 2
- kboard 1 30
```
### Untimed mode

### Timed mode
