OverviewScheduleResourcesAssignmentsHome

CSC 122: Computer Science II, Spring 2006

Project 1

Ramping up with Java - Traversing a maze

Deadline: Friday, February 10, 5:00 p.m.

Overview:
This project deals with the classic "mouse in a maze" problem. You are to write a program that reads in a maze from a text file and stores it in a two-dimensional array. The program should then preprocess the maze to mark (in the array, not on the screen) all of the useless cells. Finally if a path exists, the maze will be displayed in a terminal window with the path clearly marked. Otherwise a message indicating that there is no path should be displayed.
Specification:

Maze file format:

Displaying the maze:

The algorithm:

The Project and Getting Started:

The maze project:

Standards:

Your project should be well-written, neatly-formatted, modular, and well-documented.

Grading:

OverviewScheduleResourcesAssignmentsHome

Valid HTML 4.01!Valid CSS!DePauw University, Computer Science Department, Spring 2006
Maintained by Brian Howard (bhoward@depauw.edu). Last updated