Lab

Lab is a tiny project made with Unity where the goal is to generate a labyrinth.

The lab is generated using modules. Basically, during the generation, the lab will get a random module and place it next to a random already placed module.

Module: Cross

Two modules can be connected if they have a door of the same size, same shape and opposite direction. Additionally, the module must not intersect with already placed modules.

Improvements focus