The Tile Game
This is a well known puzzle, consisting of a number of tiles in grid that have to be rearranged into the correct order. If you are not familiar with it the thonky site has an on-line numerical version of the game you can try out. You can also read up on some of the history of the game on Wikipedia.
This case study provides a Java implementation of the game as Swing application. It includes object-oriented design documentation and implementation notes in addition to the full source code.
Documentation
There is a overview of the basic design of the project available as a PDF document. This includes a very brief discussion of the Universal Process and a reasonably detailed set of use cases and UML diagrams.
Source
The complete source for the application is available as an Eclipse workspace. This provides an incremental set of projects, each gradually building the features of the game.
In addition, there is a document describing the iterations given in the
Links
Most of the sources given in the documents linked to above are books. You might also find the following links to key topics covered in the case study helpful.
Unified Modeling Language (UML)
- The Object Management Group's page on UML. This is the definitive reference on the language.
- Agile Modeling's page on UML diagrams.
Unified Process (UP)
- The Methods and Tools page on UP. This has some cracking UML diagrams applied to explain UP itself!
- The Enterprise Unified Process site is one of Scott Ambler's web projects.