meowgorithm / kboard

Terminal game to practice keyboard typing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

noun_Keyboard_3563522

kboard

Terminal game to practice keyboard typing. Built with bubbletea

Install

Golang

go get github.com/CamiloGarciaLaRotta/kboard

Homebrew

brew install camilogarcialarotta/brews/kboard

How to use

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

untimed demo

Timed mode

timed demo

About

Terminal game to practice keyboard typing

License:GNU General Public License v3.0


Languages

Language:Go 100.0%