Collision checking for outer bounds works apparentlly solely on Windows, commented out for now (#1)

* Cleaned up project

* Commented display of result-image out

* added TODO in outer-bounds checking in Snake
This commit is contained in:
delvh
2020-04-03 10:43:24 +02:00
committed by GitHub
parent 46223d60ca
commit 8ff179a27d
36 changed files with 72 additions and 648 deletions

5
.classpath Normal file → Executable file
View File

@ -2,6 +2,7 @@
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
<attribute name="module" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
@ -12,10 +13,6 @@
</attributes>
</classpathentry>
<classpathentry kind="src" path="src/main/resources"/>
<classpathentry kind="lib" path="Snake_jar.jar"/>
<classpathentry kind="lib" path="Snake_runnableJAR.jar"/>
<classpathentry kind="lib" path="Snake/jgoodies-forms-1.8.0.jar"/>
<classpathentry kind="lib" path="Snake/miglayout15-swing.jar"/>
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
<attributes>
<attribute name="test" value="true"/>