old-java-games

java games my brother and I developed as kids.
Log | Files | Refs | README

README.md (602B)


      1 ![alt text](https://raw.githubusercontent.com/mpizzzle/OldJavaGames/master/Mario/Assets/mariocrouchleft.gif)
      2 ![alt text](https://raw.githubusercontent.com/mpizzzle/OldJavaGames/master/Mario/Assets/mariotitle.gif)
      3 ![alt text](https://raw.githubusercontent.com/mpizzzle/OldJavaGames/master/Mario/Assets/piranhaplant1huge.gif)
      4 
      5 # OldJavaGames
      6 
      7 a collection of java games I helped develop when I was a kid. They have been uplifted from being applets to use java swing but other than that remain in their original buggy form.
      8 
      9 ## to compile and run:
     10 * cd ${GameTitle}/src
     11 * javac *.java
     12 * java ${GameTitle}