AI dungeon crawler maker for playable room loops
Use Capybara to plan and build a dungeon crawler slice around rooms, enemies, loot, keys, traps, locked gates, readable combat feedback, and a clear escape or treasure objective.
Playable scene
Dungeon prototype screenshot
Dungeon crawler builders need rooms, rules, and rewards
A dungeon crawler page should make it obvious that Capybara can produce a playable room loop, not just a dungeon image. The useful first build is usually one to three connected rooms with enemies, keys, hazards, rewards, health, and a win condition.
The planning agent keeps the dungeon small enough to build, while still giving it a beginning, a risk, a reward, and an ending screen.
Locked doors, chests, and traps become game state
Capybara plans structural changes separately from the base map. A chest can have closed, open, and looted states; a gate can be locked then unlocked; a floor hazard can change state after the player acts. That keeps the dungeon readable and interactive.
What Capybara can make first
Keep the first version small enough to finish and complete enough to play.
Plan first, then build with the chat agent
Start with a plain-language idea. Capybara may ask a few focused questions when a decision changes the first map, NPCs, mechanics, or player goal.
Once the plan is ready, approve the first playable slice. The build chat uses that plan as the source of truth, then you keep improving the game by asking for clearer feedback, stronger NPCs, better objectives, new areas, or more polish.
Start with a prompt, then refine
Use one of these as a first message, or rewrite it in your own words.