Maze Generator

Holen Sie sich Microsoft Silverlight

This silverlight application demonstrates following algorithms to generate a perfect maze:

  1. Depth First Search (Recursive)
  2. Depth First Search (Iterative using a stack)
  3. Hunt and Kill
  4. Eller's algorithm

Download

Download Silverlight application and source code (Visual Web Developer 2010 Express project, 142 kb)

Notes

In case you are interested in detailed information of these algorithms, check out following sites:

1. the { buckblogs :here } - Maze Generation: Algorithm Recap
2. MazeWorks



This site is part of Sunshine's Homepage