Software Engineering Project from SENG302 in University of Canterbury
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.
 
 
David Wu 43ee92fb95
Created enums and bound them to zoom in, zoom out and sails toggle for key bindings so that something expected shows up for key binding descriptions when changing key bindings. #story[1197]
8 years ago
.idea Fixed Merge and added back some merge changes #story[1196] 8 years ago
dedicatedServer Merge remote-tracking branch 'remotes/origin/master' into Story_76 8 years ago
matchBrowser Removed/commented out unecessary print messages #story[1188] 8 years ago
racevisionGame Created enums and bound them to zoom in, zoom out and sails toggle for key bindings so that something expected shows up for key binding descriptions when changing key bindings. #story[1197] 8 years ago
.gitignore Merge remote-tracking branch 'origin/master' into story_51_rounding_fix 8 years ago
.gitlab-ci.yml Adding a parameter to test command to debug missing library 9 years ago
.mailmap Merge remote-tracking branch 'remotes/origin/master' into story77 8 years ago
README.md Moved CI runner set-up instructions to student guide. 9 years ago
pom.xml Merge branch 'master' into story77 8 years ago

README.md

SENG302 Project Template

Basic Maven project with required Maven reporting setup and basic GitLab CI.

It is a requirement that your product should be completely built to a deliverable form using the Maven package goal.

Remember to set up your GitLab CI server (refer to the student guide for instructions).

Basic Project Structure

  • src/ Your application source
  • doc/ User and design documentation
  • doc/examples/ Demo example files for use with your application