Python - Maze Generation Assignment

From WLCS
Revision as of 12:29, 16 May 2013 by Admin (talk | contribs)

Objective

  • You will create a maze generation program
  • You will use create Python classes that represent a MazeRoom and a Maze

Resources

Directions

MazeRoom class

Maze class

Testing