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.
 
 
Connor Taylor-Brown 1a9cf5bdda
Allow users to choose timescale of race playback. Playback is ~1 min by default, real-time selected with command line variable '-5'. Rescaled race marker positions to distances appropriate for a ~5 minute race.
9 years ago
.idea Added Display of all Boats participating in the race, and a message to seperate this and the events in the console. 9 years ago
doc initial commit 10 years ago
src Allow users to choose timescale of race playback. Playback is ~1 min by default, real-time selected with command line variable '-5'. Rescaled race marker positions to distances appropriate for a ~5 minute race. 9 years ago
.gitignore Story 1 completion, Added Boat and Event classes. The program displays two boats New Zealand and America. 9 years ago
.gitlab-ci.yml initial commit 10 years ago
.mailmap Added .mailmap file (includes basic info for students) 10 years ago
README.md Moved CI runner set-up instructions to student guide. 9 years ago
pom.xml Story 1 completion, Added Boat and Event classes. The program displays two boats New Zealand and America. 9 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