Skip to content
This repository was archived by the owner on Apr 1, 2023. It is now read-only.
This repository was archived by the owner on Apr 1, 2023. It is now read-only.

Impossible Dungeon Bug #66

@surrsurus

Description

@surrsurus

Describe the bug
In some dungeons the stairs may spawn in unreachable locations.

To Reproduce
Steps to reproduce the behavior:

  1. Start game
  2. Toggle FOV off
  3. Regenerate floors until one spawns with unreachable stairs, either up or down

Expected behavior
All dungeons should be able to be traversable, that is, a walkable path from up stair to down stair can be made that does not cross over hazards.

Additional context
Can probably fixed by on first map generation, check if a solid path can be made from up stair to down stair with tcod's built in A* algorithm.

Metadata

Metadata

Assignees

Labels

bugIssue that causes crashes or unintended behaviordifficulty:moderateIssue requires decent knowledge of the game and it's code to be resolvedeq:codeIssues revolving around core code and modules that need improvementpriority:highNeeds to be fixed in the near future

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions