Skip to content

FeedJonathanFoundation/comp361

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COMP 361 - Winter 2016

FJF's project for the COMP 361 Software Engineering Project.

If there are troubles downloading the repo, use the following command: - git config --global http.postBuffer 1048576000

Controls

Action Xbox 360 Controller Keyboard
Rotate Player Left-Stick
Propulse RT Space
Brake LT Ctrl
Light Toggle RB r
Shoot Flare Y y

Team

Programmers: Alex Ilea, Karl Chiraz, Stella Lee, Simon Thompson, Jonathan Lucuix-André

Artists: Roxanne Sirois, Tristan Mirza

Sound Designer: Mark Latimer


Dev Repo Setup:

  1. In Terminal, navigate to your working directory
  2. Enter the following command: git clone https://github.com/FeedJonathanFoundation/comp361.git
  3. Navigate into the newly created repository: cd comp361
  4. Replace your_branch with a more informative name and create a new branch: git checkout -b your_branch
  5. Get to coding!
  6. Once you're ready to merge your changes, run the following commands:
    • git add filename
      • Change filename to whatever files you changed and want to merge
    • git commit -m "commit message"
      • Change commit message to a short description of what you changed in this commit
    • git push -u origin your_branch
      • Change your_branch to whatever you named your branch
  7. Create a new pull request on GitHub :)
    • Select under "Your recently pushed branches" the option to Compare & pull request
    • Write a detailed description and create
    • Assign appropriate tags under Labels, set the Milestone to the relevant sprint, and tester as Assignee

About

COMP 361 Software Engineering Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages