UMBC  |  CSEE  |  Tarr  |  CS491X

CMSC491X Design Patterns In Java

Fall 1998

Adventure Game Project Version 3

Due Date: December 3, 1998


Project Description

In this project, you will develop the third version of your adventure game.

In Version 3 you must satisfy the following requirements:


Required Patterns

For Version 3, the required patterns are:

Project Submission

Submit your source files, class files and Makefile using the submit program. To submit, you type
        submit cs491x projectv3 <filenamelist>
where filenamelist is a list of one or more files. You can submit a file as often as you like; the latest file submitted overwrites any previous submissions. To list the names of the files you have submitted, type
        submitls cs491x projectv3
To remove a previously submitted file, type
        submitrm cs491x projectv3 <filename>


Project Due Date

This project is the third phase of a multi-phase project. Submission of all versions of the project must be made by December 3, 1998.

All versions of the project must be submitted by December 3, 1998. NO EXCEPTIONS! NO EXCUSES!


Bob Tarr
University of Maryland, Baltimore County
tarr@umbc.edu
UMBC  |  CSEE  |  Tarr  |  CS491X