Lazarus Mazes demo

From Free Pascal wiki
Revision as of 15:45, 18 November 2012 by Eny (talk | contribs) (Screen shots added)
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.

Changing maze metrics:

mazedemo1.png


The solver in action:

mazedemo2.png