Linux command
typespeed 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start the game
typespeed
Start with specific word list
typespeed -w [wordlist]
Start network game as server
typespeed -n s
Connect to network game
typespeed -n c -o [hostname]
Play in training mode
typespeed -r training
说明
typespeed is a terminal typing game that tests and improves typing speed. Words scroll across the screen and must be typed before disappearing. The game measures characters per second (CPS), accuracy, and calculates a score. The game includes multiple word lists and three gameplay modes. Default mode increases word speed as you progress, classic maintains constant speed, and training allows practice at a fixed pace. Network mode enables two-player competition over a network where both players receive identical words simultaneously. One player hosts as server while the other connects as client. Statistics track total characters, correct characters, typo ratio, and points. A log maintains history of previous sessions for tracking improvement over time.
参数
- -w _wordlist_
- Use specified word list file.
- -n _mode_
- Network mode: s for server, c for client.
- -o _host_
- Connect to specified host in client mode.
- -r _rules_
- Game rules: default, classic, or training.
- -h
- Display help.
- -v
- Display version.
FAQ
What is the typespeed command used for?
typespeed is a terminal typing game that tests and improves typing speed. Words scroll across the screen and must be typed before disappearing. The game measures characters per second (CPS), accuracy, and calculates a score. The game includes multiple word lists and three gameplay modes. Default mode increases word speed as you progress, classic maintains constant speed, and training allows practice at a fixed pace. Network mode enables two-player competition over a network where both players receive identical words simultaneously. One player hosts as server while the other connects as client. Statistics track total characters, correct characters, typo ratio, and points. A log maintains history of previous sessions for tracking improvement over time.
How do I run a basic typespeed example?
Run `typespeed` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -w _wordlist_ do in typespeed?
Use specified word list file.