Remember the 13 games in 1 box set? This is just a recreation of that!
MultiGameSet is entirely written in Java. All the assests like images are also made using Graphics2D library of Java. Everything in house ;)
- Open a new terminal in the source (
src) directory. - Compile with
javac Main.java. - Run the game with
java Main.