CS 680
Spring, 2003
Ethan Bolker
hw2 - the game package (1)

Due: Monday, February 10, 4 PM (in class).

Here is a (partial) solution. The code is in the new version of the game package $CS680/games2.

This homework will serve as your introduction to the existing version of the game package. We'll be working on enhancing it and reengineering it for several weeks, learning design and design patterns along the way.

You will find all the code for version 1 of the games package in $CS680/games1.

Turn in You may draw UML diagrams neatly by hand if you wish (there are tools that will draw the boxes and arrows but you can waste a lot of time tinkering with them...) Don't submit copies of .java files that you did not change. If you made just a few changes in a file, please highlight the changes so that I don't have to reread lots of Jia's code.

Leave source code in a hw2 subdirectory of your cs680 course directory. Do not alter any permissions.


Back to the CS680 home page.