Skip to content

Commit 8bbab5d

Browse files
unhappychoiceclaude
andcommitted
docs(README): update features section with ranking system and game modes
- Remove outdated Tree-sitter and Smart filtering features - Add ranking system with ASCII art titles - Add multiple game modes (Normal, Time Attack, difficulty levels) - Add pause/resume functionality - Add real-time metrics tracking - Update feature descriptions to be more engaging 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 1be5bdc commit 8bbab5d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@
88

99
## Features ✨
1010

11-
- 🌳 **Tree-sitter powered**: Extracts actual functions, not random code snippets
1211
- 🦀🐍⚡🐹💎 **Multi-language**: Rust, TypeScript, Python, Go, Ruby (more languages incoming!)
13-
- 📊 **Git stats vibes**: Track your WPM like you track your commit frequency
14-
- 🎯 **Actually useful**: Build muscle memory with *real* syntax patterns
15-
- 🔍 **Smart filtering**: Skip the `node_modules` nightmare automatically
12+
- 📊 **Real-time metrics**: Live WPM, accuracy, and consistency tracking as you type
13+
- 🏆 **Ranking system**: Unlock developer titles from "Hello World Newbie" to "Quantum Computer" with ASCII art
14+
- 🎮 **Multiple game modes**: Normal, Time Attack, and custom difficulty levels (Easy to Zen)
15+
- ⏸️ **Pause/resume**: Take breaks without ruining your stats
16+
- 🎯 **Your own code**: Type functions from your actual projects, not boring examples
1617

1718
## Installation 📦
1819

@@ -64,6 +65,7 @@ fn debug_everything(life: &str) -> Result<(), PanicMode> {
6465
- **Embrace your legacy code** → Finally face those variable names you're not proud of
6566
- **Debug your typing skills** → Because `pubic static void main` isn't a typo anymore
6667
- **Therapeutic code reliving** → Type through your programming journey, tears included
68+
- **Climb the dev ladder** → From "Code Monkey" to "Quantum Computer" - each rank comes with fancy ASCII art
6769

6870
*"Basically, you need an excuse to avoid real work, and this one's pretty good."*
6971

0 commit comments

Comments
 (0)