old-java-games

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 39ba819d3164e6833085ba797242ae373adc761b
parent 6a60553a2c41e9a76ff7e5100ccdebab66f123f9
Author: mpizzzle <michael.770211@gmail.com>
Date:   Tue, 26 Feb 2019 11:03:53 -0600

more refactoring

Diffstat:
RPong/Pong/Pong/paddle.gif -> Pong/Assets/paddle.gif | 0
DPong/Pong/java.policy.applet | 7-------
DPong/Pong/paddle.gif | 0
RPong/Pong/PongArea.java -> Pong/PongArea.java | 0
RPong/Pong/PongFrame.java -> Pong/PongFrame.java | 0
RPong/Pong/PongGame.java -> Pong/PongGame.java | 0
RZombie/Zombie/Zombie/explosion1.gif -> Zombie/Assets/explosion1.gif | 0
RZombie/Zombie/Zombie/explosion2.gif -> Zombie/Assets/explosion2.gif | 0
RZombie/Zombie/Zombie/explosion3.gif -> Zombie/Assets/explosion3.gif | 0
RZombie/Zombie/Zombie/person.gif -> Zombie/Assets/person.gif | 0
RZombie/Zombie/Zombie/pit.gif -> Zombie/Assets/pit.gif | 0
RZombie/Zombie/Zombie/zombie.gif -> Zombie/Assets/zombie.gif | 0
RZombie/Zombie/Zombie/zombie.ico -> Zombie/Assets/zombie.ico | 0
DZombie/Zombie/explosion1.gif | 0
DZombie/Zombie/explosion2.gif | 0
DZombie/Zombie/explosion3.gif | 0
DZombie/Zombie/java.policy.applet | 7-------
DZombie/Zombie/person.gif | 0
DZombie/Zombie/pit.gif | 0
DZombie/Zombie/zombie.gif | 0
DZombie/Zombie/zombie.ico | 0
RZombie/Zombie/ZombieArea.java -> Zombie/ZombieArea.java | 0
RZombie/Zombie/ZombieFrame.java -> Zombie/ZombieFrame.java | 0
RZombie/Zombie/ZombieGame.java -> Zombie/ZombieGame.java | 0
24 files changed, 0 insertions(+), 14 deletions(-)

diff --git a/Pong/Pong/Pong/paddle.gif b/Pong/Assets/paddle.gif Binary files differ. diff --git a/Pong/Pong/java.policy.applet b/Pong/Pong/java.policy.applet @@ -1,7 +0,0 @@ -/* AUTOMATICALLY GENERATED ON Tue Apr 16 17:20:59 EDT 2002*/ -/* DO NOT EDIT */ - -grant { - permission java.security.AllPermission; -}; - diff --git a/Pong/Pong/paddle.gif b/Pong/Pong/paddle.gif Binary files differ. diff --git a/Pong/Pong/PongArea.java b/Pong/PongArea.java diff --git a/Pong/Pong/PongFrame.java b/Pong/PongFrame.java diff --git a/Pong/Pong/PongGame.java b/Pong/PongGame.java diff --git a/Zombie/Zombie/Zombie/explosion1.gif b/Zombie/Assets/explosion1.gif Binary files differ. diff --git a/Zombie/Zombie/Zombie/explosion2.gif b/Zombie/Assets/explosion2.gif Binary files differ. diff --git a/Zombie/Zombie/Zombie/explosion3.gif b/Zombie/Assets/explosion3.gif Binary files differ. diff --git a/Zombie/Zombie/Zombie/person.gif b/Zombie/Assets/person.gif Binary files differ. diff --git a/Zombie/Zombie/Zombie/pit.gif b/Zombie/Assets/pit.gif Binary files differ. diff --git a/Zombie/Zombie/Zombie/zombie.gif b/Zombie/Assets/zombie.gif Binary files differ. diff --git a/Zombie/Zombie/Zombie/zombie.ico b/Zombie/Assets/zombie.ico Binary files differ. diff --git a/Zombie/Zombie/explosion1.gif b/Zombie/Zombie/explosion1.gif Binary files differ. diff --git a/Zombie/Zombie/explosion2.gif b/Zombie/Zombie/explosion2.gif Binary files differ. diff --git a/Zombie/Zombie/explosion3.gif b/Zombie/Zombie/explosion3.gif Binary files differ. diff --git a/Zombie/Zombie/java.policy.applet b/Zombie/Zombie/java.policy.applet @@ -1,7 +0,0 @@ -/* AUTOMATICALLY GENERATED ON Tue Apr 16 17:20:59 EDT 2002*/ -/* DO NOT EDIT */ - -grant { - permission java.security.AllPermission; -}; - diff --git a/Zombie/Zombie/person.gif b/Zombie/Zombie/person.gif Binary files differ. diff --git a/Zombie/Zombie/pit.gif b/Zombie/Zombie/pit.gif Binary files differ. diff --git a/Zombie/Zombie/zombie.gif b/Zombie/Zombie/zombie.gif Binary files differ. diff --git a/Zombie/Zombie/zombie.ico b/Zombie/Zombie/zombie.ico Binary files differ. diff --git a/Zombie/Zombie/ZombieArea.java b/Zombie/ZombieArea.java diff --git a/Zombie/Zombie/ZombieFrame.java b/Zombie/ZombieFrame.java diff --git a/Zombie/Zombie/ZombieGame.java b/Zombie/ZombieGame.java