glennmatthews / aagen

Random dungeon generation program
MIT License
1 stars 0 forks source link

Support for 5-foot-wide passages #13

Open glennmatthews opened 11 years ago

glennmatthews commented 11 years ago

Currently all of our passage handling math assumes passage width is a multiple of 10 feet. The generator roll_passage_width() has a possibility for 5' wide passages but we need to fix the passage logic to handle such correctly.

glennmatthews commented 10 years ago

5' wide passages would probably not be supported as diagonals - cardinal orientation only.