Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 384 Bytes

File metadata and controls

15 lines (9 loc) · 384 Bytes

Remember the 13 games in 1 box set? This is just a recreation of that!


How its made

MultiGameSet is entirely written in Java. All the assests like images are also made using Graphics2D library of Java. Everything in house ;)

How to run it

  • Open a new terminal in the source (src) directory.
  • Compile with javac Main.java.
  • Run the game with java Main.