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

Add doors and door properties to room descriptions #14

Closed Syndaryl closed 6 years ago

Syndaryl commented 6 years ago

Currently there is no text description of the doors in a room; a description of the doors would be a good place to relay door statistics, and it helps for GMs that get east-west north-south confused.

Syndaryl commented 6 years ago

Doors are now listed with basic description (material) and statistics, including the direction of the wall they're attached to (north-south-east-west). This exposed an underlying issue with the door generation logic (see issue #55 ). The map still needs to be better syncd with these descriptions ( issue #56 )