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

fixs run bugs #75

Closed xhacker5000 closed 5 years ago

xhacker5000 commented 5 years ago

I found some script error. just fixed and successful run on this shell

python -m SimpleHTTPServer

Syndaryl commented 5 years ago

Thank you, but the monster list is kept in a separate file to allow users to swap it out simply. We are not using monsters-complete at the moment as it is currently only for DFRPG and the complete list includes GURPS DF monsters - but we're planning a mode to switch between the two!

Fixing the dungeon to tiny does work around the generator error, but it doesn't fix the underlying error. However! I'll have a full fix checked in tonight :)

I want to thank you again for helping!