Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 793 Bytes

File metadata and controls

29 lines (24 loc) · 793 Bytes

🎮 KeyRush

KeyRush – A fast-paced CLI typing game that challenges your speed and accuracy with random sentences.

🚀 Features

  • 🧠 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)

Project Structure

├── src
│   ├── game
│   │   ├── TypeGame.java
│   │   ├── WordGenerator.java
│   │   └── words.txt
│   ├── Main.java
│   ├── ui
│   │   └── TerminalUI.java
│   └── words.txt
├── startgame.sh
└── words.txt

If Error

  • Found a bug or have an idea? Open an issue or PR.
  • Pull requests are welcome!