munificent / hauberk

A web-based roguelike written in Dart.
http://munificent.github.io/hauberk/
Other
2k stars 200 forks source link

Sometimes places adjacent doors #14

Closed munificent closed 6 years ago

munificent commented 9 years ago

I just found a room (in the training area level 1) that has an entrance of 2 doors and an opening. I assume the 'choose connections' phase of your algorithm isn't checking to see if there is already a connection used next to it beforehand? IE:

#.####
#.#
#.#
#.'
#.'
#. .
#.###
#.#
#.#
seanohue commented 8 years ago

Could be some fancy double doors.

munificent commented 8 years ago

:door: :door: :grin:

munificent commented 6 years ago

Totally rewrote the dungeon generator, so this should be fixed now.