Lazarus Mazes demo
From Lazarus wiki
Jump to navigationJump to search
About
The Lazarus Mazes program illustrated below is a demonstration of how you can use Lazarus to create a maze. The maze generation is based on a depth-first backtracking algorithm. As a bonus, a simple maze solver is also implemented that shows a route from the start of the maze to the exit.
Changing maze metrics:
The solver in action:
Download
The demo program can be downloaded from github.