Dateien gelöscht die unnötig waren
parent
b3cf5edce4
commit
8316bf0d5a
11
.project
11
.project
|
@ -14,4 +14,15 @@
|
|||
<natures>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
</natures>
|
||||
<filteredResources>
|
||||
<filter>
|
||||
<id>1669476271551</id>
|
||||
<name></name>
|
||||
<type>30</type>
|
||||
<matcher>
|
||||
<id>org.eclipse.core.resources.regexFilterMatcher</id>
|
||||
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
|
||||
</matcher>
|
||||
</filter>
|
||||
</filteredResources>
|
||||
</projectDescription>
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="src" path=""/>
|
||||
<classpathentry kind="output" path=""/>
|
||||
</classpath>
|
17
src/.project
17
src/.project
|
@ -1,17 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>src</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
|
@ -1,6 +0,0 @@
|
|||
/Spiel.class
|
||||
/TestenFürFunktionen.class
|
||||
/Spielfigur.class
|
||||
/Fuchs.class
|
||||
/Hennen.class
|
||||
/Bot.class
|
|
@ -8,7 +8,6 @@ public class BotEasyFuchs extends Bot {
|
|||
|
||||
@Override
|
||||
public String zugBestimmen() {
|
||||
|
||||
return "Ich bins der Einfache Fuchs Bot";
|
||||
}
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
/Spielsystem.class
|
|
@ -1 +0,0 @@
|
|||
/Persistenz.class
|
|
@ -1 +0,0 @@
|
|||
/Main.class
|
|
@ -1 +0,0 @@
|
|||
/UI.class
|
Loading…
Reference in New Issue