Claude Code Plugin Launches DOOM in Terminal While AI Thinks

✍️ OpenClawRadar📅 Published: April 17, 2026🔗 Source
Claude Code Plugin Launches DOOM in Terminal While AI Thinks
Ad

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.

Ad

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

Ad

👀 See Also

MemAware Benchmark Tests AI Memory Beyond Keyword Search
Tools

MemAware Benchmark Tests AI Memory Beyond Keyword Search

MemAware is a benchmark with 900 questions across 3 difficulty levels that tests whether AI assistants with memory can surface relevant context when queries don't hint at it. Results show BM25 search scored 2.8% vs 0.8% with no memory, while vector search drops to 0.7% on cross-domain connections.

OpenClawRadar
LystBot: An MCP Server for Claude to Manage Lists and Tasks
Tools

LystBot: An MCP Server for Claude to Manage Lists and Tasks

LystBot is a list management app with a native MCP server that allows Claude to directly interact with grocery lists, todos, and packing lists. Built primarily with Claude Code, it includes a Flutter mobile app, REST API, CLI, and open-source Node.js MCP server.

OpenClawRadar
Homebutler: MCP Server for Multi-Server Homelab Management via Claude
Tools

Homebutler: MCP Server for Multi-Server Homelab Management via Claude

Homebutler is a Go binary with a built-in MCP server that lets Claude manage multiple servers over SSH without installing agents on remote machines. It provides 9 tools including system status monitoring, Docker container management, port scanning, and alert rules.

OpenClawRadar
OpenClaw developer builds unified memory system for AI agents
Tools

OpenClaw developer builds unified memory system for AI agents

A developer has built a 15-tool unified memory system for OpenClaw AI agents that combines structured facts, vector search, entity graphs, episode timelines, hierarchical compression, and event-driven coordination. The system runs locally without cloud dependencies or monthly fees.

OpenClawRadar