Generating Levels V2
A downloadable game
Complete rewrite of my level generator v1. Where as the old version was based off spawning prefabs, this version has a list of walls, doors and floors that it can use to generate rooms from. This gives it a much more varied feel to each room. Rooms can now also be different sizes, not just 1x1 like in v1. There will only be 1 door from a room to another room regardless of the size, no rooms will have 2 doors next to each other that lead to the same place.
If you wish to read about the creation of this project, that can be found here: https://medium.com/@maddisonben343/exploring-procedural-generation-in-levels-3a6...
Summary Advantages over V1:
-Greater Variety of room layouts due to random part selection
-Easier to add new parts to get more rooms
-Different sized rooms
-Faster code to generate level
-Stops much sooner when max room value is reached
-Top down camera mode to view level
Leave a comment
Log in with itch.io to leave a comment.