diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..0cbf9cd --- /dev/null +++ b/.classpath @@ -0,0 +1,6 @@ + + + + + + diff --git a/.project b/.project new file mode 100644 index 0000000..1d69790 --- /dev/null +++ b/.project @@ -0,0 +1,17 @@ + + + Pac-Man + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/README.txt b/README.txt index 397865a..3d6c5d2 100644 --- a/README.txt +++ b/README.txt @@ -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. \ No newline at end of file +About to add Path finding for the Ghosts and an A.I. that controls Pac-Man. +blob \ No newline at end of file diff --git a/bin/.gitignore b/bin/.gitignore new file mode 100644 index 0000000..66d1c8e --- /dev/null +++ b/bin/.gitignore @@ -0,0 +1,7 @@ +/Brick.class +/Game.class +/Ghost.class +/Main.class +/Map.class +/Picture.class +/Player.class diff --git a/bin/Brick.class b/bin/Brick.class index 98f1c69..50ef0ed 100644 Binary files a/bin/Brick.class and b/bin/Brick.class differ diff --git a/bin/Game.class b/bin/Game.class index 70373b0..9013845 100644 Binary files a/bin/Game.class and b/bin/Game.class differ diff --git a/bin/Ghost.class b/bin/Ghost.class index bc339ca..8a1f87d 100644 Binary files a/bin/Ghost.class and b/bin/Ghost.class differ diff --git a/bin/Main.class b/bin/Main.class index 499b059..18549df 100644 Binary files a/bin/Main.class and b/bin/Main.class differ diff --git a/bin/Map.class b/bin/Map.class index fb0edde..08cc84c 100644 Binary files a/bin/Map.class and b/bin/Map.class differ diff --git a/bin/Picture.class b/bin/Picture.class index 3737254..f720bca 100644 Binary files a/bin/Picture.class and b/bin/Picture.class differ diff --git a/bin/Player.class b/bin/Player.class index 702cafc..b5fa448 100644 Binary files a/bin/Player.class and b/bin/Player.class differ