submit_cps108 ooga foo.tgz
The file foo.tgz should be a compressed tar file of all your source code, images, etc. and a README that indicates how to compile/run your programs. Please do not submit javadoc, but include information about how to generate the javadoc, and include URLs to javadoc that's publically accessible over the web.
To create a compressed tar file use
gtar cvzf foo.tgz dir
Which will create a file named foo.tgz and store
everything in the directory named dir into
the tar file. You should unpack/check these files to see that
they work before submitting. You'll lose credit if you
submit tilde files (e.g., from emacs) and .class files>