diff --git a/Code/Steiner/shittyUnlogicalGame/.vscode/settings.json b/Code/Steiner/shittyUnlogicalGame/.vscode/settings.json new file mode 100644 index 0000000..e112a70 --- /dev/null +++ b/Code/Steiner/shittyUnlogicalGame/.vscode/settings.json @@ -0,0 +1,7 @@ +{ + "java.project.sourcePaths": ["src"], + "java.project.outputPath": "bin", + "java.project.referencedLibraries": [ + "lib/**/*.jar" + ] +} diff --git a/Code/Steiner/shittyUnlogicalGame/README.md b/Code/Steiner/shittyUnlogicalGame/README.md new file mode 100644 index 0000000..7c03a53 --- /dev/null +++ b/Code/Steiner/shittyUnlogicalGame/README.md @@ -0,0 +1,18 @@ +## Getting Started + +Welcome to the VS Code Java world. Here is a guideline to help you get started to write Java code in Visual Studio Code. + +## Folder Structure + +The workspace contains two folders by default, where: + +- `src`: the folder to maintain sources +- `lib`: the folder to maintain dependencies + +Meanwhile, the compiled output files will be generated in the `bin` folder by default. + +> If you want to customize the folder structure, open `.vscode/settings.json` and update the related settings there. + +## Dependency Management + +The `JAVA PROJECTS` view allows you to manage your dependencies. More details can be found [here](https://github.com/microsoft/vscode-java-dependency#manage-dependencies). diff --git a/Code/Steiner/shittyUnlogicalGame/bin/App.class b/Code/Steiner/shittyUnlogicalGame/bin/App.class new file mode 100644 index 0000000..ae60d6c Binary files /dev/null and b/Code/Steiner/shittyUnlogicalGame/bin/App.class differ diff --git a/Code/Steiner/shittyUnlogicalGame/bin/Player.class b/Code/Steiner/shittyUnlogicalGame/bin/Player.class new file mode 100644 index 0000000..85b5378 Binary files /dev/null and b/Code/Steiner/shittyUnlogicalGame/bin/Player.class differ diff --git a/Code/Steiner/shittyUnlogicalGame/bin/Team.class b/Code/Steiner/shittyUnlogicalGame/bin/Team.class new file mode 100644 index 0000000..bb90184 Binary files /dev/null and b/Code/Steiner/shittyUnlogicalGame/bin/Team.class differ diff --git a/Code/Steiner/shittyUnlogicalGame/bin/Turnier.class b/Code/Steiner/shittyUnlogicalGame/bin/Turnier.class new file mode 100644 index 0000000..b3fa9ec Binary files /dev/null and b/Code/Steiner/shittyUnlogicalGame/bin/Turnier.class differ diff --git a/Code/Steiner/shittyUnlogicalGame/bin/Zuweisung.class b/Code/Steiner/shittyUnlogicalGame/bin/Zuweisung.class new file mode 100644 index 0000000..d47ec1a Binary files /dev/null and b/Code/Steiner/shittyUnlogicalGame/bin/Zuweisung.class differ diff --git a/Code/Steiner/shittyUnlogicalGame/src/App.java b/Code/Steiner/shittyUnlogicalGame/src/App.java new file mode 100644 index 0000000..2f19cce --- /dev/null +++ b/Code/Steiner/shittyUnlogicalGame/src/App.java @@ -0,0 +1,23 @@ +public class App { + Turnier turnier = new Turnier(); + + public static void main(String[] args) throws Exception { + System.out.println("Hello, World!"); + } + + public void startGame() { + + } + + public void initializeGame() { + + } + + public void getTeamNames() { + + } + + public void printList() { + + } +} diff --git a/Code/Steiner/shittyUnlogicalGame/src/Player.java b/Code/Steiner/shittyUnlogicalGame/src/Player.java new file mode 100644 index 0000000..b90f2cc --- /dev/null +++ b/Code/Steiner/shittyUnlogicalGame/src/Player.java @@ -0,0 +1,5 @@ +public class Player { + +} + +-number:int-zuweisung:enum+comparePlayer:void; \ No newline at end of file diff --git a/Code/Steiner/shittyUnlogicalGame/src/Team.java b/Code/Steiner/shittyUnlogicalGame/src/Team.java new file mode 100644 index 0000000..640ad80 --- /dev/null +++ b/Code/Steiner/shittyUnlogicalGame/src/Team.java @@ -0,0 +1,3 @@ +public class Team { + +}-name:String-point:int-players:Player[]+addPoints():void+randomZuweisung():void diff --git a/Code/Steiner/shittyUnlogicalGame/src/Turnier.java b/Code/Steiner/shittyUnlogicalGame/src/Turnier.java new file mode 100644 index 0000000..0b621f0 --- /dev/null +++ b/Code/Steiner/shittyUnlogicalGame/src/Turnier.java @@ -0,0 +1,3 @@ +public class Turnier { + +}-teams:ArrayList+addTeam():void+sortTeams():void \ No newline at end of file diff --git a/Code/Steiner/shittyUnlogicalGame/src/Zuweisung.java b/Code/Steiner/shittyUnlogicalGame/src/Zuweisung.java new file mode 100644 index 0000000..1a6b04d --- /dev/null +++ b/Code/Steiner/shittyUnlogicalGame/src/Zuweisung.java @@ -0,0 +1,7 @@ +public enum Zuweisung { + +} + +Verteidiger +Torwart +Angreifer \ No newline at end of file diff --git a/Code/ost/JAVA-FX-PROJECT/_javafx_website_task/target/classes/com/example/App.class b/Code/ost/JAVA-FX-PROJECT/_javafx_website_task/target/classes/com/example/App.class index 654f49e..9817c5c 100644 Binary files a/Code/ost/JAVA-FX-PROJECT/_javafx_website_task/target/classes/com/example/App.class and b/Code/ost/JAVA-FX-PROJECT/_javafx_website_task/target/classes/com/example/App.class differ diff --git a/Code/ost/JAVA-FX-PROJECT/_javafx_website_task/target/classes/com/example/CartController$Item.class b/Code/ost/JAVA-FX-PROJECT/_javafx_website_task/target/classes/com/example/CartController$Item.class index 21c251b..b594320 100644 Binary files a/Code/ost/JAVA-FX-PROJECT/_javafx_website_task/target/classes/com/example/CartController$Item.class and b/Code/ost/JAVA-FX-PROJECT/_javafx_website_task/target/classes/com/example/CartController$Item.class differ diff --git a/Code/ost/JAVA-FX-PROJECT/_javafx_website_task/target/classes/com/example/CartController.class b/Code/ost/JAVA-FX-PROJECT/_javafx_website_task/target/classes/com/example/CartController.class index f71dba2..272559d 100644 Binary files a/Code/ost/JAVA-FX-PROJECT/_javafx_website_task/target/classes/com/example/CartController.class and b/Code/ost/JAVA-FX-PROJECT/_javafx_website_task/target/classes/com/example/CartController.class differ diff --git a/Code/ost/JAVA-FX-PROJECT/_javafx_website_task/target/classes/com/example/CheckOutController.class b/Code/ost/JAVA-FX-PROJECT/_javafx_website_task/target/classes/com/example/CheckOutController.class index a85aab7..3dea1db 100644 Binary files a/Code/ost/JAVA-FX-PROJECT/_javafx_website_task/target/classes/com/example/CheckOutController.class and b/Code/ost/JAVA-FX-PROJECT/_javafx_website_task/target/classes/com/example/CheckOutController.class differ diff --git a/Code/ost/JAVA-FX-PROJECT/_javafx_website_task/target/classes/com/example/LoginController.class b/Code/ost/JAVA-FX-PROJECT/_javafx_website_task/target/classes/com/example/LoginController.class index f55da48..50b0fab 100644 Binary files a/Code/ost/JAVA-FX-PROJECT/_javafx_website_task/target/classes/com/example/LoginController.class and b/Code/ost/JAVA-FX-PROJECT/_javafx_website_task/target/classes/com/example/LoginController.class differ diff --git a/Code/ost/JAVA-FX-PROJECT/_javafx_website_task/target/classes/com/example/RegisterController.class b/Code/ost/JAVA-FX-PROJECT/_javafx_website_task/target/classes/com/example/RegisterController.class index b0dc5db..2939afd 100644 Binary files a/Code/ost/JAVA-FX-PROJECT/_javafx_website_task/target/classes/com/example/RegisterController.class and b/Code/ost/JAVA-FX-PROJECT/_javafx_website_task/target/classes/com/example/RegisterController.class differ diff --git a/Code/ost/JAVA-FX-PROJECT/_javafx_website_task/target/classes/com/example/ShopController.class b/Code/ost/JAVA-FX-PROJECT/_javafx_website_task/target/classes/com/example/ShopController.class index 5219da1..4139ca8 100644 Binary files a/Code/ost/JAVA-FX-PROJECT/_javafx_website_task/target/classes/com/example/ShopController.class and b/Code/ost/JAVA-FX-PROJECT/_javafx_website_task/target/classes/com/example/ShopController.class differ diff --git a/Code/ost/JAVA-FX-PROJECT/_javafx_website_task/target/classes/module-info.class b/Code/ost/JAVA-FX-PROJECT/_javafx_website_task/target/classes/module-info.class index 9818982..e4a6fa4 100644 Binary files a/Code/ost/JAVA-FX-PROJECT/_javafx_website_task/target/classes/module-info.class and b/Code/ost/JAVA-FX-PROJECT/_javafx_website_task/target/classes/module-info.class differ