Please make sure that your name appears at the top of the README file and the main source file.
The README file should be a plain text file, identifying you and the assignment, saying where it can be compiled (sun, linux and/or SGI), and giving a short description of the user interface.
If appropriate, you may follow this with some discussion of your project. What features did you implement, what new ideas did you introduce, and what were your design decisions? You might discuss code design, graphic design, and/or user interface design. Please keep the discussion short, and use complete sentences and punctuation.
Use the command turnin in /p/bin. There is a -list option that allows you to see the files that you have turned in. Use this to check and see that everything you wanted to submit actually is there.
We will give you a directory name for every project. Please turn your code in to the right directory. For instance, if the directory is dirname, you should type:
turnin -submit mjump dirname `files'
where `files' is a list of files that you want to submit, for example
turnin -submit mjump cs354-as1 README canvas Makefile canvas.c lowlevel.c lowlevel.h canvas.h