CMSC 201 Oilspill Simulation Out: Monday 3/05/07 |
In addition to the prototypes, you should have one large comment that consists of two or three paragraphs explaining your design. This explanation should be sufficient so that one of the instructors could draw a block diagram of function calls from it (like the one we did in class for project 1).
This design document MUST be called design2.txt
Your design2.txt file will be compared to the header file or files that you submit when project 2 is due. Minor changes to the design are allowed. A minor change might be the addition of another parameter to a function's parameter list, or the addition of another function or two.
If there were major changes between the design document and the header files that are part of the final project, you will lose 5 points. This would indicate that you didn't give sufficient thought to your design before beginning the implementation.
Obviously, if you do not submit a design file at all, you will lose 15 points. 10 points for not submitting the file on time and 5 more for not having anything to compare your final project design to.
submit cs201 Proj2 design2.txt
To verify that your design document was submitted, you can execute the following command at the Unix prompt. It will show all files that you submitted in a format similar to the Unix 'ls' command.
submitls cs201 Proj2