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 65b960f725
Background of title now changes colour depending on day mode and night mode. Sun image also changes. This is so that the tutorial label is more visible during night mode. #story[1189]
8 years ago
.idea Merge branch 'MapWindRotation' into 'master' 8 years ago
dedicatedServer Tutorial option in title screen will now created a game with tutorial xmls. Host game will now created a game with the race xml instead of tutorial xml as well. Made changes to tutorial label in title. #story[1189] 8 years ago
racevisionGame Background of title now changes colour depending on day mode and night mode. Sun image also changes. This is so that the tutorial label is more visible during night mode. #story[1189] 8 years ago
.gitignore Updated maven version to 2.0. 8 years ago
.gitlab-ci.yml Adding a parameter to test command to debug missing library 9 years ago
.mailmap Added myself to the .mailmap file. 9 years ago
README.md Moved CI runner set-up instructions to student guide. 9 years ago
pom.xml Updated maven version to 2.0. 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