Forum Archive

Maze Generator

Sebastian

Hey guys! Here's a maze generator/solver I've been working on.

It uses the hunt and kill algorithm to create the maze.

After the maze is created, you can touch and hold on the top half of the screen to solve it using the wall follower algorithm, or you can touch and hold on the lower half of the screen to use the recursive backtracker algorithm.

beer2011

It's fun and interesting.
Thanks!