Lazarus Mazes demo

From Free Pascal wiki
Revision as of 02:50, 10 August 2020 by Trev (talk | contribs) (Fix wiki markup; add categories)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.