You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Hayes be4e83bad5
Add assignment files
12 years ago
..
final Add assignment files 12 years ago
README Add assignment files 12 years ago

README

Use this directory for your final game and its module(s).  Only the

files in this directory will be marked.

Ensure you use the git add command to add your files to the git
repository. For example,

git add module.c

Then use the git commit command to add the file contents

git commit -m "Added file" module.c

The use the git push command to copy the changes to the remote git server

git push