README.md (602B)
1  2  3  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}