Reddit
Claude Code's early-access function hooks are already being used to run arcade games above the prompt
A developer shipped claude-games (github.com/mohi-devhub/claude-games), a Claude Code plugin exposing /dino, /shooter, /racer and /breakout that render above the prompt during long turns. The games read pipeline state rather than just idling: a passing test clears the road, a failing test throws a hazard, a commit hands you a shield or bomb, all client-side with no tokens spent. The buried detail is the requirement, Claude Code 2.1.269 or later with function hooks enabled, an early-access feature; this is the first community plugin I have seen depending on it. Built on cc-arcade by sezaakgun.
↳ Follow the thread