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
Action | Xbox 360 Controller | Keyboard |
---|---|---|
Rotate Player | Left-Stick | ↑↓ ←→ |
Propulse | RT | Space |
Brake | LT | Ctrl |
Light Toggle | RB | r |
Shoot Flare | Y | y |
Programmers: Alex Ilea, Karl Chiraz, Stella Lee, Simon Thompson, Jonathan Lucuix-André
Artists: Roxanne Sirois, Tristan Mirza
Sound Designer: Mark Latimer
- In Terminal, navigate to your working directory
- Enter the following command:
git clone https://github.com/FeedJonathanFoundation/comp361.git
- Navigate into the newly created repository:
cd comp361
- Replace your_branch with a more informative name and create a new branch:
git checkout -b your_branch
- Get to coding!
- 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
- 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