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:

mazedemo1.png

The solver in action:

mazedemo2.png

Download

The demo program can be downloaded from github.