OOP Final Hand In is Due by Sunday, Dec 8th, 2013.

What to hand in:

  1. All presentations (Make sure all presentations have been handed in. These are a great reference tool.)
  2. All source code (Zip/tar if you are able, but make sure to submit your .java code)
  3. Any resource files (Examples include any media files, image files, or txt files that must exist)
  4. README.txt (An overall accounting of your project.)
    1. How to use your project (example: if you use keyboard input, what do the keys do)
    2. How does your project work? (what is supposed to happen when you hit certain buttons, click on the screen, etc
    3. Options available in the system ( and how to get them to work)
    4. What's not working? (are there things I can click on that just fail?)
    5. List any bugs/quirks that still exist in the system. (similar to above but different)
    6. Any file specific requirements (directory structure, etc)
  5. Works Cited (Make sure to list any location where you have borrowed any amount of code. Referencing individual classes on java documentation is not necessary, but if blocks of example code were used, these should be referenced. To do otherwise is plagiarism.)