diff --git a/bin/.gitignore b/bin/.gitignore deleted file mode 100644 index 21716e8..0000000 --- a/bin/.gitignore +++ /dev/null @@ -1,10 +0,0 @@ -/BigPoint.class -/Brick.class -/Game.class -/Ghost.class -/Lives.class -/Main.class -/Map.class -/Picture.class -/Player.class -/Point.class \ No newline at end of file diff --git a/bin/BigPoint.class b/bin/BigPoint.class new file mode 100644 index 0000000..b34987f Binary files /dev/null and b/bin/BigPoint.class differ 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 1fe4910..a108f3a 100644 Binary files a/bin/Game.class and b/bin/Game.class differ diff --git a/bin/Ghost.class b/bin/Ghost.class index 8aba83e..e1ea721 100644 Binary files a/bin/Ghost.class and b/bin/Ghost.class differ diff --git a/bin/Lives.class b/bin/Lives.class new file mode 100644 index 0000000..a774fe7 Binary files /dev/null and b/bin/Lives.class differ diff --git a/bin/Main.class b/bin/Main.class index ef3f066..1a83356 100644 Binary files a/bin/Main.class and b/bin/Main.class differ diff --git a/bin/Map.class b/bin/Map.class index 6541853..a288e72 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 56c9ae4..daa323b 100644 Binary files a/bin/Player.class and b/bin/Player.class differ diff --git a/bin/Point.class b/bin/Point.class new file mode 100644 index 0000000..8431eb4 Binary files /dev/null and b/bin/Point.class differ