From bb415956096ff149a4ab7126d2f6ef64d9beb989 Mon Sep 17 00:00:00 2001 From: Andrin Fassbind Date: Fri, 25 Mar 2022 20:08:11 +0100 Subject: [PATCH] updated Klassendiagramm.drawio and README --- Klassendiagramm.drawio => Klassendiagramm.svg | 0 README.md | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) rename Klassendiagramm.drawio => Klassendiagramm.svg (100%) diff --git a/Klassendiagramm.drawio b/Klassendiagramm.svg similarity index 100% rename from Klassendiagramm.drawio rename to Klassendiagramm.svg diff --git a/README.md b/README.md index e448534..77fb651 100644 --- a/README.md +++ b/README.md @@ -41,4 +41,5 @@ The winner gets determined automatically.
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.
Since there was just one end product we abstained from using a development branch and merges where done straight into main branch.
Commits which contain only documentation and doesn't change any functionality are committed directly into the Main branch. ## Class Diagramm -![Classdiagramm of this program](/Klassendiagramm.drawio) +This Class Diagramm is additional to the Class Diagramm given in the Anleitung.pdf
+![Classdiagramm of this program](./Klassendiagramm.svg)