You are here
Home > Java > Matching Game in Java

Matching Game in Java

matching-game-in-java-featured

Hello Friends, I hope you are doing fine. Today I am going to share a Matching Game in Java. Matching games are games in which players have to find match similar elements. As the name implies, participants need to find a match for a word, picture, or card. I have developed this game when I was learning Java. In this game you can load your own images using Load button. I had used NetBeans IDE to develop this game. This game also play sounds on different events i.e when player wins or loose or finds correct match. Now I am sharing it, so that anyone need it can use it. By the way a Java learner can learn a lot from this code. So, Here is the code..

MainFrame.java

Tile.java

Sound.java

Output

Matching Game

NetBeans Project Download

 

Thanks for stopping by, Please do share if you like it

Rajesh Kumar Sahanee
I am a passionate Java Developer and I like Computer Programming. I love to do some interesting experiments and listening music in my free time.
https://www.zatackcoder.com

Comments

zatackcoder
Top