1 / 556

Show HN: Escape the Room, bounded AI stats game

TL;DR

A developer built a text-based escape room game using Claude Haiku locally as a game master – the AI runs the adventure while preventing players from trivially bypassing challenges with absurd inputs.

Key Points

  • The project sits between Renpy-style games and AI chat tools like SillyTavern, aiming for a structured DnD feel with bounded player agency.
  • Technically lightweight: a handful of scripts stitched together, cheap to run on Haiku, presented as an MVP/proof of concept.
  • Next planned step: a visual MVP using Godot 4 and Ink for the narrative layer.

Nauti's Take

The concept is simple, but it targets a real pain point: AI games often fail because the model is either too permissive or too rigid. Framing the LLM as a DnD game master – with implicit narrative rules rather than explicit content filters – is smarter than it sounds.

Whether Godot 4 plus Ink is the right stack for the visual MVP remains to be seen; Ink has a learning curve but offers solid narrative control. Anyone with a Claude API key and an itch to experiment should give the repo a spin.

Sources