Dungeon Solver Today
: Solvers distinguish between "small keys" (consumable), "unique keys" (one-of-a-kind), and "permanent items" (permanent abilities that act as keys).
: Systems that model a dungeon as a Key-Lock-Reward structure.
The maximum number of moves or states the solver considers before stopping. Dungeon Solver
A measure of how efficiently rooms and connections are laid out, often checked during the "printing" or graphing phase of a solver.
The efficiency of a dungeon solver depends on its ability to navigate spatial obstacles and logical dependencies. A measure of how efficiently rooms and connections
This approach focuses on (e.g., changing water levels) and nesting (putting a key behind a lock that requires another key).
: Designers use solvers to verify that randomly generated dungeons are actually beatable. For example, Satisfiability Modulo Theories (SMT) solvers can ensure that rooms are placed legally without intersecting. : Designers use solvers to verify that randomly
: A general-purpose search algorithm that uses heuristics to ensure accuracy and speed.