munificent / hauberk

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

Fix passage looping under incoming room #28

Closed prestonhale closed 6 years ago

prestonhale commented 6 years ago
screen shot 2018-02-04 at 10 33 03 pm

Fixes this (passage in white dots).

For better or worse this creates more "granular" dungeons with smaller rooms and longer passages (since they're not occluded by rooms). One way to get back to large, chunky rooms may be to just limit passage size.

munificent commented 6 years ago

Nice, thanks!