Skip to content
This repository was archived by the owner on Aug 26, 2019. It is now read-only.

ChrisMott97/GuitarZero-Coursework

Repository files navigation

Group Software Engineering Project

Build Status

Directories

.
├── src
│   ├── main
│   │   ├── java
│   │   │   ├── module-info.java
│   │   │   └── org
│   │   │       └── gsep
│   │   │           ├── select
│   │   │           ├── slash
│   │   │           ├── play
│   │   │           ├── store
│   │   │           └── tutorial
│   │   └── resources
│   └── test
│       ├── java
│       └── resources
├── target
├── pom.xml
└── GSE-Project.iml
  • module-info.java and pom.xml are for Maven which is used for dependencies.
  • GSE-Project is used for Intellij.

Branches

  • After the initial merging of all branches, any additional features should be separated into a branch.
  • This should be merged with the master branch regularly to ensure smooth integration.
  • If multiple people work on a feature, they should use the same feature branch.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5