Launching today

claudemon
Wild Pokémon appear while you wait for Claude Code
50 followers
Wild Pokémon appear while you wait for Claude Code
50 followers
Half of Claude Code is waiting. claudemon makes that time a game: your prompts are steps through the grass, every 20s of work another step. Something jumps out, the status line says so, you fight it in a second terminal tab. All 151, fully local, no account.








claudemon
The thing that makes this work is that the game only advances while Claude does, which is also the trap. You're paying people in Pokémon for waiting, so a run that spins for 20 minutes and produces nothing still feels great. I'd tie the encounter to exit code rather than elapsed time. Then a failed run costs you the catch, and you've accidentally built the only test result anyone would actually watch for.
claudemon
@asadmalik901 Good idea, thanks! The idea is that several encounters can happen per agent run so that if the run is very long, people don't get bored with just waiting for one battle while Claude Code finishes to find out if it was caught or not
@zamarrowski That solves the pacing, fair enough. Then keep encounters on the timer and gate only the catch on exit code. You still get a battle every few minutes so nobody's staring at a dead status line, but if the run fails everything you caught in it gets away. Same loop, and it stops paying out for 20 minutes of spinning that produced nothing.
claudemon
@asadmalik901 Totally. But how do you actually know if the generated code is good or bad? If the agent just spins for 20 minutes and churns out garbage, you still get the Pokémon because the process technically finished with exit code 0, right?
Unless you tie the exit code to passing unit tests or a successful build.
Congrats on the launch, @zamarrowski🚀
Converting idle wait time into a Pokemon game is such a clever idea. Context switching for 20-second waits usually kills focus, so keeping it right in the terminal is super smart. Love that it's open source and fully local too.
Good luck with the launch today!
claudemon
@founder_daksh Thanks a lot! Appreciate it 🙌 Exactly, the goal was to keep you hooked on the terminal instead of alt-tabbing while Claude takes a minute. Hope you enjoy checking it out!