Super Important Submission Guidelines
- Every assignment (unless otherwise noted) will require both a github submission and an image gallery submission. Full credit will require both.
- The gallery submission should be unique and not the result of the provided test code.
- Ensure that your repository does not contain the following things:
- Image files (i.e.
.ppm .png .jpg etc)
- Compiling/running byproducts (i.e.
.o .class .pyc etc)
- Temporary files
- Mac people:
.DS_Store
- Include in your makefile the following
clean: Removes any compiling/running byproducts, also temporary files.
cleanall: Removes everything except your source code (this includes executable files and generated images).
custom: Generates your custom image for the assignment.