I built a small CLI tool that launches a rhythm game in the terminal while Claude is generating output.
Instead of staring at the cursor, it runs a Guitar Hero–style loop with synced audio and falling notes. At the top it shows Claude’s status in real time so you can see when generation is done and exit whenever you want.
Implementation-wise it wraps the Claude process, streams stdout, and runs a parallel TUI render loop with input handling and timing sync.
It parses Clone Hero .chart files, so existing charts work out of the box with your own songs.
nhestrompia•1h ago
Instead of staring at the cursor, it runs a Guitar Hero–style loop with synced audio and falling notes. At the top it shows Claude’s status in real time so you can see when generation is done and exit whenever you want.
Implementation-wise it wraps the Claude process, streams stdout, and runs a parallel TUI render loop with input handling and timing sync.
It parses Clone Hero .chart files, so existing charts work out of the box with your own songs.