diff --git a/.classpath b/.classpath
new file mode 100644
index 0000000..fe27910
--- /dev/null
+++ b/.classpath
@@ -0,0 +1,40 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/.gitignore b/.gitignore
index 4c8fd93..0de5a77 100644
--- a/.gitignore
+++ b/.gitignore
@@ -60,3 +60,4 @@ local.properties
# Typically, this file would be tracked if it contains build/dependency configurations:
#.project
+/target/
diff --git a/.project b/.project
new file mode 100644
index 0000000..a2ac3b0
--- /dev/null
+++ b/.project
@@ -0,0 +1,23 @@
+
+
+ Schach
+
+
+
+
+
+ org.eclipse.jdt.core.javabuilder
+
+
+
+
+ org.eclipse.m2e.core.maven2Builder
+
+
+
+
+
+ org.eclipse.jdt.core.javanature
+ org.eclipse.m2e.core.maven2Nature
+
+
diff --git a/src/main/java/de/mannheim/th/chess/App.java b/src/main/java/de/mannheim/th/chess/App.java
index 9e2606c..7587576 100644
--- a/src/main/java/de/mannheim/th/chess/App.java
+++ b/src/main/java/de/mannheim/th/chess/App.java
@@ -1,9 +1,12 @@
package de.mannheim.th.chess;
/**
- * Hello world!
+ * Eine einfache Schach App mithilfe von {@linkplain https://github.com/bhlangonijr/chesslib}
+ * @author Matias Mas Viehl, Dominik Stuck und Marius Guendel
+ * @version 0.0.1
*/
public class App {
+
public static void main(String[] args) {
System.out.println("Hello World!");
}
diff --git a/target/classes/de/mannheim/th/chess/App.class b/target/classes/de/mannheim/th/chess/App.class
index d4b5917..fc14f98 100644
Binary files a/target/classes/de/mannheim/th/chess/App.class and b/target/classes/de/mannheim/th/chess/App.class differ
diff --git a/target/test-classes/de/mannheim/th/chess/AppTest.class b/target/test-classes/de/mannheim/th/chess/AppTest.class
index 77301f4..4e6415e 100644
Binary files a/target/test-classes/de/mannheim/th/chess/AppTest.class and b/target/test-classes/de/mannheim/th/chess/AppTest.class differ