Lazarus Mazes demo

From Lazarus wiki
Revision as of 15:42, 18 November 2012 by Eny (talk | contribs) (Lazarus Mazes demo - new page added)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

About

The program below gives a demonstration of how a maze can be created with Lazarus. The maze generation is based on a depth-first backtracking implementation[1]. As a little bonus a simple solver is implemented that shows a route from the start of the maze to the exit.