| 6.170 | Laboratory in Software Engineering
Spring 2002 Final Project Overview: Gizmoball |
Quick links:
Contents:
Your final project is to design, document, build, and test a program that plays Gizmoball. Gizmoball is a version of pinball, an arcade game in which the object is to keep a ball moving around in the game, without falling off the bottom of the playing area. The player controls a set of flippers that can bat at the ball as it falls.
The advantage of Gizmoball over a traditional pinball machine is that Gizmoball allows users to construct their own machine layout by placing gizmos (such as bumpers, flippers, and absorbers) on the playing field. These machine layouts may also form complicated "Rube Goldberg" contraptions that are intended to be watched rather than played. (If you don't know what a Rube Goldberg machine is, see http://www.anl.gov/OPA/rube/index.html or http://www.rube-goldberg.com/). As an optional extension (after you have designed, documented, implemented, and tested all required functionality), you may create new varieties of gizmos that can be placed on a playing field.
Any team which meets all of the requirements for Gizmoball will be permitted to enter the design contest. The contest is optional, and will not affect your grade in any way. Nominal prizes will be given to the winners.
Gizmoball has a graphical user interface with two modes, building and running. In building mode, a user can:
| Stage | Due date (subject to change) |
% of project grade | Graded on |
|---|---|---|---|
| Preliminary design | Thu. 4/18 | Have you identified the issues? | |
| Weekly meetings with TA | Mon. 4/08-Fri. 5/10 | Did all of the team members participate constructively? | |
| Preliminary Release | Tue. 4/30 | Is it a good design? Is the required functionality present? | |
| Design Critique | Mon. 5/13 | Are the tradeoffs & alternatives thoroughly analyzed? | |
| Implementation & test | Mon. 5/13 | Does it work? Have you demonstrated that it works? |
As you can see, 60% of your grade depends on design. Please realize that the most important aspect of any large software endeavor is design. A good, well documented design will make the rest of a group's work faster, easier and more enjoyable.