Programming Assignment 3 Submission Guidelines
Due date and instructions are available on the course website:
https://www.cs.drexel.edu/~knowak/cs260_winter_2015_e/pa_3.htm
Overview:
-
All submissions are to be made via
learning.drexel.edu.
-
Only one submission per team. Team leaders are in charge of submission.
-
You may resubmit the assignment until the due date. Due dates on the course website take precedent over learning.
-
Submit a single zip or tar file with all of your code for the assignment. The file will be extracted and tested on tux.cs.drexel.edu
-
DO NOT submit a RAR file
Submission Guidelines
- Only one submission per team. Team leaders are in charge of submission.
-
All assignments must be submitted via
learning.drexel.edu
- You may resubmit until the due date
- Attach and submit a single zip/tar.gz file (No RAR)
- Do not put comments in the text area with the submission, they will not be read. Put any comments in a readme file.
- DO NOT email submissions
-
File name should be groupnumber_pa3.zip or groupnumber_pa3.tar.gz.
-
Submit a readme with instructions on how to run your code
- A plain text document
- Give instructions on how to run and test all your code. If we can't figure out how something works, we may think it is incorrect.
- Clearly note what features of your program do and do not work.
- List which question numbers you did.
-
List which team members did which questions
-
Comment your source code
- Put your name in the files
- Make sure it is clear how any tests/experiments run.
- All code MUST run on tux.cs.drexel.edu
- Code will be tested in linux on tux.cs.drexel.edu
- If you code does not run on tux, then it does not run for grading purposes
- You may not use any libraries that are not standard on tux.