joshheinrichs / cmpt306-project

A procedural generated dungeon crawler built in Unity.
0 stars 1 forks source link

Procedural Generation #14

Closed joshheinrichs closed 8 years ago

joshheinrichs commented 8 years ago

Going to use 25x15 rooms for now. We probably want to modify enemies within the rooms randomly, so we'll need some sort of way of giving the script access to the room.

joshheinrichs commented 8 years ago

Need to improve upon the generation, add more logic for how rooms are placed than the simple probability system used right now. There's also some cleanup that should be done on the current code (got a bit hacky last night trying to make a demo)

joshheinrichs commented 8 years ago

I'm going to be working on improving procedural generation for this milestone