Please sign in to access this page

Maze

Maze

4 devlogs
24h 14m
Created by pepperjackdev

A maze game.

Timeline

Okay, implemented visual maze generation!

Okay, I had to reimplement all the core logic to clean up the code, but now I have an enough abstract way to represent mazes!

Update attachment

It solves mazes! Implemented depth-first algorithm to generate/solve this mazes. Now the code needs a bit of cleaning and then I could go further in the project.

Update attachment

Just implemented depth-first algorithm to generate some random mazes!

Update attachment