Claude Code Plugin Launches DOOM in Terminal While AI Thinks

A developer has released a Claude Code plugin that displays DOOM gameplay in the terminal while Claude processes prompts. Instead of staring at the loading spinner, users get an interactive ASCII art version of the classic game during wait times.
How It Works
The plugin uses doom-ascii, a source port of the original DOOM engine that renders entirely in terminal block characters. When you send a prompt to Claude, DOOM automatically pops up as a tmux overlay. When Claude finishes processing, the game dismisses itself. Send another prompt and it launches again.
The developer notes that completely injecting a playable game into Claude would be "difficult if not impossible" currently, so the solution uses tmux to create the overlay effect. The game is described as "genuinely (kinda) playable" despite the ASCII rendering constraints.
Technical Details
- Built as a Claude Code plugin
- Uses tmux for popup overlay functionality
- Based on doom-ascii (terminal-based DOOM source port)
- Automatically launches when Claude starts thinking
- Automatically dismisses when Claude finishes
- Available on GitHub for free use
The project was developed quickly with Claude's assistance, inspired by a similar DVD screensaver plugin that addressed the same issue of waiting for AI responses.
📖 Read the full source: r/ClaudeAI
👀 See Also

How I Built a Skill to Deploy OpenClaw Agents to Web Apps - A Behind-the-Scenes Look
Explore an innovative new skill developed for OpenClaw agents that facilitates easy deployment to web apps. Learn about its features, advantages, and how it transforms production processes.

HolyCode: Docker Container for Persistent Claude AI Coding Environments
HolyCode is a Docker container that maintains AI coding environment state across machine switches and rebuilds. It includes 30+ preinstalled tools, browser automation with Chromium + xvfb + Playwright, and preserves context in ./data/opencode.

Grape Root Tool Reduces Claude Code Token Usage by Caching Repository Context
A free experimental tool called Grape Root addresses redundant token consumption in Claude Code by maintaining lightweight state about previously explored repository files, preventing unnecessary re-reads of unchanged files during follow-up prompts.

Claude adds interactive chart and diagram creation feature
Claude can now generate interactive visuals including charts, diagrams, and explorable breakdowns directly within conversations. The feature is available in beta across all plans including free tier.