test commit

master
Lenz Wiechers 2020-04-30 18:10:51 +02:00
parent 455322ac79
commit 580458bbfd
11 changed files with 32 additions and 1 deletions

6
.classpath Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>

17
.project Normal file
View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Pac-Man</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>

View File

@ -1,3 +1,4 @@
A simple Pac-Man clone.
So far.
About to add Path finding for the Ghosts and an A.I. that controls Pac-Man.
blob

7
bin/.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
/Brick.class
/Game.class
/Ghost.class
/Main.class
/Map.class
/Picture.class
/Player.class

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.