Lazarus Mazes demo

From Free Pascal wiki
Revision as of 15:57, 30 December 2016 by Eny (talk | contribs) (Fix the download/location link)
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

Download

The demo program can be downloaded from github.