
GitHub Dungeons is a CLI extension written in Go that transforms a repository into a playable roguelike dungeon. Rooms, corridors, and enemies are generated from your codebase and rendered in the terminal; navigation uses arrow keys, WASD, or Vim keys, and the goal is to find the hidden door and escape five levels.
The dungeon layout is generated using Binary Space Partitioning (BSP)—a technique that recursively splits space into smaller regions, then connects them with corridors—and is seeded by the repository's latest commit SHA. This means the same codebase always produces the same map, but different repositories generate structurally distinct layouts, and the dungeon evolves as code changes.
The project was built using GitHub Copilot CLI's /delegate command, which hands tasks off to Copilot's coding agent running in the cloud to work asynchronously. This approach let the developer focus on game design and player experience (including easter eggs) rather than boilerplate and edge cases.
Installation is available via `gh extension install leereilly/gh-dungeons` for users with GitHub Copilot CLI already installed; features include fog of war, auto-attack, and stat tracking across five levels.
Ask the AI about this article →
For example, today's edition would include:
AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.
Free · takes 30 seconds · unsubscribe anytimeWhat is AIToday? →
Ask AI anything about this article. Q&As are published on this page for other readers too.
OpenClaw creator Peter Steinberger and co-developers announced OpenClaw 2.0 over the weekend, describing it as…

AI coding has moved through three stages—prompt engineering, context engineering, and now harness engineering—…

Workday is integrating its AI agents with Google Cloud's Gemini Enterprise, letting employees start tasks like…
Over the last two years, writing code syntax has become much easier, with tools like Cursor, Claude Code, and…

Meta released Pocket, a mobile app that lets users create interactive games and 'gizmos' by typing text prompt…

Z.ai, a Beijing-based AI startup, made public the details of its latest model on Friday
