gamejam-reticulated

Code for the STL GameJam 2013

##To get this code running on your machine, you need to:

##To commit locally Make changes, and run the following command in your project folder to commit your to your local repository:

  • git commit -m "what I changed"

##To pull the latest version from the server Run the following command:

  • git pull

##To sync with the server (and everyone else) When you're ready to push your changes to gitHub (sync), issue the following commands in your project folder:

  • git pull (this will download any changes that have been made since your last pull from the server)
  • git push (Your changes will be pushed to the server)