|
1st part due: Wed 26 Apr 2000
2nd part due: Fri 5 May 2000
In the sections below I will describe the basic requirements for the project and give some ideas about how you should approach the design. I have already handed out in lecture a sample of the sort of format you should use for your design document (see me if you did not get a copy of this).
As mentioned above, the assignment breaks down into two parts:
Regarding content, i.e., the actual things that your project does on-screen, I am
purposely giving you complete freedom to choose your own problem area and specific
concept. Given the style of programming we have been using this semester, I expect
many of youw ill want to do something graphical, although this is not at all required.
You may, if you wish, choose to implement an extension or modification of the animation
project you did for Lab 8, although there should be some significant changes in this
case.
Regarding the actual code for your project, you should have between 3 and 4 classes
total, including one which will serve as the driver or applet class. You should also
have a total of at least a dozen methods.
These are rather arbitrary limits, so you may break the letter of these rules so long
as you can justify your choices and still demonstrate that your code has sufficient
substance and depth.
Basic structure of the assignment
The design part of the project should be completed before the programming part is
done. You are responsible for having your design reviewd ("demo style", in lab)
before you begin the programming work. You will want to keep a copy of the design
document to place in your portfolio. Ideally, you should not "retro-fit" the design
to match the implementation, but rather just leave it in its original form; you may
want to include a retrospective paragraph or two along with your implementation code
for the second half of the project in order to comment on those things that came up
during coding which you did not anticipate.
Form and content of the design document
In general, your design document should follow the form of the sample passed out in
lecture, including:
More psecifically, the content of these sections ashould be as follows:
note that you will probably want to convert some of this material into comments
for your Java program in the next stage of your work: you should keep this in mind when
chooosing a word processor for the creating the report, so that you can easily
cut-and-paste the text and re-use it in Java files.
Requirements for the implementation