Delve and Dash – Quick retro dungeon crawler with procedural mazes
Retro dungeon crawler, but maze generation and roguelike mechanics are the actual game.

Gamified unit testing: watch a hero walk your code paths, collect gems for coverage.
Frontend developers, test-driven developers, CS educators
Codecov · Istanbul coverage visualizers · Gamified coding education (Codewars, LeetCode)
You forge test inputs as weapons, drag them into parameter slots, and run. Your hero walks the code path. Gems = covered statements. 100% = level complete.
Six levels, from simple branches to async functions with stubs.
Play: https://arvindrajnaidu.github.io/dungeon-coverage/ Source: https://github.com/arvindrajnaidu/dungeon-coverage
Built with PIXI.js, Istanbul for coverage, and [maineffectjs](https://github.com/arvindrajnaidu/maineffect) for isolated function execution.
Retro dungeon crawler, but maze generation and roguelike mechanics are the actual game.
Using 1980s Rogue as an LLM benchmark is genuinely novel and technically clever.
Event loop visualization with microtask and macrotask queues finally makes async legible.
Voice-driven AI boss fights with live combat taunts—clever but mostly a hackathon novelty.
Sorting 487 risks by danger level is a genuine rabbit hole for the statistically anxious.
HTTP hook server streams Claude Code events to an interactive node graph for debugging agent orchestration.