Maze Generator

Description:

I was told to make a maze generator with any algorithm that I wanted. This was very interesting for me because I haven't made an existing algorithm before. I chose to do the Recursive Backtracking algorithm after some research because it looked like the easiest one to make from scratch. I was very little limited with what I needed to make. So besides the original idea I also made some own features to the project like: zooming in and out, camera panning and a controllable player.

How long did it take:

1 weeks

What I did:

  • Resizable grid
  • Controllable player
  • UI
  • Win condition
  • Recursive backtracking algorithm

Technology:

Unity(C#)

Team:

1 developer

Platform:

Website

Playable game:

Playable game

Code:

github