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

Sylve: A FreeBSD Management Plane for Virtualization, Containers, and Storage
Sylve is a BSD-2 licensed management plane for FreeBSD that provides unified control over Bhyve VMs, FreeBSD Jails, ZFS storage, and networking. It uses a RAFT consensus model for clustering and includes Samba share management with ZFS snapshot automation.

Open Source Rust MCP Server Gives Claude Full Email Management Capabilities
A developer built a Rust-based MCP server that provides Claude with 25 tools for comprehensive email management including IMAP search, SMTP sending, Microsoft Graph API support, and multi-account handling with OAuth2 authentication.

Claude Code user creates /discuss command for read-only conversations
A Claude Code user created a 25-line custom skill called /discuss that enables read-only conversations without file modifications. The command allows code exploration, research, and discussion while preventing edits, using the --dangerously-skip-permissions flag with built-in safety.

OpenClaw Model Performance Review: Codex 5.3 Leads, GLM Models Disappoint
A developer tested multiple AI models with OpenClaw, finding Codex 5.3 performs best with 9/10 rating, while GLM 4.7 and GLM 5 scored 5/10 due to high token usage, slow responses, and inconsistent output.