KeyRush – A fast-paced CLI typing game that challenges your speed and accuracy with random sentences.
- 🧠 Random sentence generator word challenges
- ⏱️ Live Words Per Minute (WPM) and Accuracy calculation
- 🔄 Real-time feedback and stats display
- 🧾 Custom sentence file support (
words.txt)
├── src
│ ├── game
│ │ ├── TypeGame.java
│ │ ├── WordGenerator.java
│ │ └── words.txt
│ ├── Main.java
│ ├── ui
│ │ └── TerminalUI.java
│ └── words.txt
├── startgame.sh
└── words.txt
- Found a bug or have an idea? Open an issue or PR.
- Pull requests are welcome!