diff --git a/.idea/workspace.xml b/.idea/workspace.xml
new file mode 100644
index 0000000..b568e9b
--- /dev/null
+++ b/.idea/workspace.xml
@@ -0,0 +1,125 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {
+ "customColor": "",
+ "associatedIndex": -1
+}
+
+
+
+
+
+ {
+ "keyToString": {
+ "Downloaded.Files.Path.Enabled": "false",
+ "Repository.Attach.Annotations": "false",
+ "Repository.Attach.JavaDocs": "false",
+ "Repository.Attach.Sources": "false",
+ "RunOnceActivity.OpenProjectViewOnStart": "true",
+ "RunOnceActivity.ShowReadmeOnStart": "true",
+ "SHARE_PROJECT_CONFIGURATION_FILES": "true",
+ "git-widget-placeholder": "ole",
+ "last_opened_file_path": "C:/Users/OleWachtel/Downloads/jlayer-master/jlayer-master/target/jlayer-1.0.3.jar",
+ "project.structure.last.edited": "Libraries",
+ "project.structure.proportion": "0.0",
+ "project.structure.side.proportion": "0.2",
+ "settings.editor.selected.configurable": "preferences.lookFeel"
+ },
+ "keyToStringList": {
+ "GitStage.ChangesTree.GroupingKeys": [
+ "directory",
+ "module",
+ "repository"
+ ]
+ }
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1730115126753
+
+
+ 1730115126753
+
+
+
+ 1730115284405
+
+
+
+ 1730115284405
+
+
+
+ 1730129036486
+
+
+
+ 1730129036486
+
+
+
+ 1730129210987
+
+
+
+ 1730129210987
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/SchiffeVersenken/.gitignore b/SchiffeVersenken/.gitignore
deleted file mode 100644
index f68d109..0000000
--- a/SchiffeVersenken/.gitignore
+++ /dev/null
@@ -1,29 +0,0 @@
-### IntelliJ IDEA ###
-out/
-!**/src/main/**/out/
-!**/src/test/**/out/
-
-### Eclipse ###
-.apt_generated
-.classpath
-.factorypath
-.project
-.settings
-.springBeans
-.sts4-cache
-bin/
-!**/src/main/**/bin/
-!**/src/test/**/bin/
-
-### NetBeans ###
-/nbproject/private/
-/nbbuild/
-/dist/
-/nbdist/
-/.nb-gradle/
-
-### VS Code ###
-.vscode/
-
-### Mac OS ###
-.DS_Store
\ No newline at end of file
diff --git a/SchiffeVersenken/.idea/.gitignore b/SchiffeVersenken/.idea/.gitignore
deleted file mode 100644
index 26d3352..0000000
--- a/SchiffeVersenken/.idea/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-# Default ignored files
-/shelf/
-/workspace.xml
diff --git a/SchiffeVersenken/.idea/misc.xml b/SchiffeVersenken/.idea/misc.xml
deleted file mode 100644
index 9a4678d..0000000
--- a/SchiffeVersenken/.idea/misc.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/SchiffeVersenken/.idea/modules.xml b/SchiffeVersenken/.idea/modules.xml
deleted file mode 100644
index 61f5ebb..0000000
--- a/SchiffeVersenken/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/SchiffeVersenken/.idea/vcs.xml b/SchiffeVersenken/.idea/vcs.xml
deleted file mode 100644
index 6c0b863..0000000
--- a/SchiffeVersenken/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/SchiffeVersenken/SchiffeVersenken.iml b/SchiffeVersenken/SchiffeVersenken.iml
deleted file mode 100644
index c90834f..0000000
--- a/SchiffeVersenken/SchiffeVersenken.iml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/SchiffeVersenken/src/HalloSchiffeVersenken.java b/SchiffeVersenken/src/HalloSchiffeVersenken.java
deleted file mode 100644
index 010be25..0000000
--- a/SchiffeVersenken/src/HalloSchiffeVersenken.java
+++ /dev/null
@@ -1,8 +0,0 @@
-public class HalloSchiffeVersenken {
-
- public static void main(String[] args){
-
- System.out.println("HelloSchiffeVersenekn");
-
- }
-}
diff --git a/out/production/SchiffeVersenken/Board.class b/out/production/SchiffeVersenken/Board.class
new file mode 100644
index 0000000..7c49535
Binary files /dev/null and b/out/production/SchiffeVersenken/Board.class differ
diff --git a/out/production/SchiffeVersenken/HalloSchiffeVersenken.class b/out/production/SchiffeVersenken/HalloSchiffeVersenken.class
new file mode 100644
index 0000000..037a065
Binary files /dev/null and b/out/production/SchiffeVersenken/HalloSchiffeVersenken.class differ
diff --git a/out/production/SchiffeVersenken/HitResponse.class b/out/production/SchiffeVersenken/HitResponse.class
new file mode 100644
index 0000000..1c5f8fb
Binary files /dev/null and b/out/production/SchiffeVersenken/HitResponse.class differ
diff --git a/out/production/SchiffeVersenken/HitResponseType.class b/out/production/SchiffeVersenken/HitResponseType.class
new file mode 100644
index 0000000..2eb1d43
Binary files /dev/null and b/out/production/SchiffeVersenken/HitResponseType.class differ
diff --git a/out/production/SchiffeVersenken/OnlinePlayer.class b/out/production/SchiffeVersenken/OnlinePlayer.class
new file mode 100644
index 0000000..3a07dc4
Binary files /dev/null and b/out/production/SchiffeVersenken/OnlinePlayer.class differ
diff --git a/out/production/SchiffeVersenken/Player.class b/out/production/SchiffeVersenken/Player.class
new file mode 100644
index 0000000..32a67e6
Binary files /dev/null and b/out/production/SchiffeVersenken/Player.class differ
diff --git a/out/production/SchiffeVersenken/SoundHandler.class b/out/production/SchiffeVersenken/SoundHandler.class
new file mode 100644
index 0000000..4fe3fb4
Binary files /dev/null and b/out/production/SchiffeVersenken/SoundHandler.class differ