Puzzle Game Source Code in JAVA

Hello All,
Again I am back with a new source code of puzzle game in java.
I created this game usin io and swing components of JAVA
Its very easy to create a puzzle game.
This program is the memory game most commonly called Identify Images. The object is to match two cards based on their images when selected. When a card is not selected, it shows a background pattern.
Below is the code
Editings:
Replace C:\\Users\\Pankaj\\Desktop\\puzzle\\Puzzle\\Clipart\\
with your location of images
images should be like this image1.jpg ,image2.jpg till 18.jpg 
for a cover background.jpg image


No comments