Syndaryl / DFRPGRandomDungeonGenerator

A HTML/CSS/JavaScript based random dungeon generator for GURPS. Eventual goals are to not only produce a map, but also populate the rooms with descriptions and challenges. Game statistics will be for the DFRPG / GURPS 4e.
Other
35 stars 13 forks source link

Room filling sanity check #6

Open Zuljita opened 6 years ago

Zuljita commented 6 years ago

Our rooms currently output size data, but don't notice monster size to make sure they fit. This should be fixed.

Syndaryl commented 6 years ago

Status update: The rooms are now able to filter out monsters that don't fit at all, but it's not cross-checking for packing (ie, if one Medium dragon barely fits, it will still happily try six).