finished README.md
This commit is contained in:
parent
c41b56b47e
commit
e4e08859f7
|
@ -41,5 +41,9 @@ The winner gets determined automatically. <br> The car that first passes the fin
|
||||||
We choose a simple branching model where all starting features got a branch and where merged into the main branch, some branches who needed unfinished code to be completed where taken from the game branch but merged into the main at the end as well.<br> Since there was just one end product we abstained from using a development branch and merges where done straight into main branch.<br>Commits which contain only documentation and doesn't change any functionality are committed directly into the Main branch.
|
We choose a simple branching model where all starting features got a branch and where merged into the main branch, some branches who needed unfinished code to be completed where taken from the game branch but merged into the main at the end as well.<br> Since there was just one end product we abstained from using a development branch and merges where done straight into main branch.<br>Commits which contain only documentation and doesn't change any functionality are committed directly into the Main branch.
|
||||||
|
|
||||||
## Class Diagramm
|
## Class Diagramm
|
||||||
This Class Diagramm is additional to the Class Diagramm given in the Anleitung.pdf<br><br>
|
To create the best possible insight, all methods that are in the classes that we edited are shown completely. Including the private methods, since they can clearly be distinguished from the public ones through their prefix. <br>
|
||||||
|
However, the classes that were already given, i.e. not editable, are also in the class diagram for clarity, but the methods had been omitted since they can be found in the documentation, and the interfaces are just there for grading test purposes. <br><br>
|
||||||
![Classdiagram of this program](./Klassendiagramm.svg)
|
![Classdiagram of this program](./Klassendiagramm.svg)
|
||||||
|
|
||||||
|
## GitHub Project
|
||||||
|
Our GitHub Project can be found here: [GitHubProject](./projects/1)
|
||||||
|
|
Loading…
Reference in New Issue