Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bas-boop/unity-maze-gen

Unity maze generator
https://github.com/bas-boop/unity-maze-gen

application csharp game game-development game2d unity

Last synced: 5 days ago
JSON representation

Unity maze generator

Awesome Lists containing this project

README

        

# Unity-maze-gen

A perfect maze generator made in Unity. This is a grid based maze that you can generate with your preferred settings, like size and wich algorithm. This is a solo project for 1 week. This was made as a trial assignment for a possible internship.

# Script highlights

## Generators
[Base maze generator](Een%20maze-gen/Assets/Scripts/Generators/MazeGenerator.cs)

[Prim's generator](Een%20maze-gen/Assets/Scripts/Generators/PrimGenerator.cs)

[Recursive backtracking generator](Een%20maze-gen/Assets/Scripts/Generators/RecursiveBacktrackingGenerator.cs)

## Camera
[Camera controller](Een%20maze-gen/Assets/Scripts/CameraController.cs)