Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 277 Bytes

File metadata and controls

5 lines (4 loc) · 277 Bytes

Java_Puzzle_Game

This is a simple Java Puzzle Game that loads a picture and cut it to N*N parts where (0 < N < 100).

How to add a picture ?

To add a picture you have to copy it in the "res" folder then add this line in the Settings Class box.addItem("MyPicture.png");.