Maze Tool

As we get close, I feel it is a good idea to post an update to my maze library. I’ve built a tool which will help people create mazes.

There’s only one path from start to end and it runs quickly. The points are 1 based (instead of 0 based) with 1,1 being the upper right hand corner. There is an outside border, so the actual size of the arrays generated are 2 spaces bigger than your specified size.

I’ve built a generator:
MazeGen

See this post for the library:
http://www.ludumdare.com/compo/2012/12/11/maze-creation-library-testing/

Here is the application, requires .Net 2.0:
http://www.kins-home.net/ludum/timelapse/MazeGen.zip

Tags: maze, tools

Comments

Beef Pop
14. Dec 2012 · 21:14 UTC
I love what you’re doing with this, Guardian.
LTyrosine
14. Dec 2012 · 21:16 UTC
Delphi?