Maze v3.00

Maze is a very simple Win32 application designed to help you create mazes of almost any size. You an customize the way the maze is displayed and you can set entry and exit points for the maze with the click of a mouse button.

Full Delphi (v7.0) source code is available and includes an implementation of a randomized version of Prim's algorithm in a very compact and simple way.

The maze is then solved using a simple Depth-First Search (DFS) algorithm.

The program is a perfect educational tool and it can also be used for benchmarking as the maze creation algorithm is quite intense. The maximum maze size supported is 1024x1024 cells.

Version History

v3.00 - 2004

  • New implementation of Prim's algorithm, optimized user interface, XP look and feel.

Screenshots

  • Maze
  • Maze