Here are our versions for the files that were to be submitted for Project #5. You may use this code (with attribution) in future projects, and you are responsible for reading it.
Only the four cell classes are here so far (on 24
October) -- we will soon add a driver, its expected output, and a new
three-parameter constructor for Maze
.
Update on 28 October -- the three-parameter constructor
is in MazeStub.java
(see below) and we have an untested
(by us) student-contributed driver.
PQCell
instead of QCell
and adapting initializeMaze
and toString
to the 0-1-2
format for representing closed cells, villages, and towns. It must be
renamed as Maze.java
in order to be used.
Driver.java
to match
the class name in the code.
Last modified 7 November 2011