Procedural Dungeon Generator
This project explores the practical application of procedural generation in video games. Whilst researching for my own implementation, I looked at several different methods of using procedural generation, such as the use of perlin noise and inverse kinematics. My own implementation of procedural generation makes use of binary space partitioning.