paulcoyle / mazegenerator

A simple AS3 maze generator, by "popular" demand :) Released under the MIT license.

This URL has Read+Write access

mazegenerator / docs / TODO
100644 4 lines (4 sloc) 0.183 kb
1
2
3
4
- Make start and end rooms definable.
- Move the maze generating responsibility out of the Maze class and into a new
  generator class.
- Throw out-of-range errors on Maze.getRoomAt()