Skip to content

This is a recursive procedural dungeon generator, that generates an infinite runner course, with 3 dungeon chunks at a time. [HALTED]

License

Notifications You must be signed in to change notification settings

BinaryVectorJr/ProceduralDungeonRunner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a recursive procedural dungeon generator, that generates an infinite runner course, with 3 dungeon chunks at a time. Each chunk is its own dungeon, and once the player picks up a key, they activate the next chunk. After 3 chunks, the original first chunk gets deleted and the chunk stack shifts left in chunk array index.

Currently there is a problem with custom collisions with the player character, and it falls through the ground. Possibly can be solved by multithreaded chunk generation (future direction).

Updated engine to Unity 2022.3.54f1. Chunk generation loads perfectly, and so does Dungeon Generation.

About

This is a recursive procedural dungeon generator, that generates an infinite runner course, with 3 dungeon chunks at a time. [HALTED]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published