Students3k provides original source code for PUZZLE GAME mini project. This puzzle game mini project reveals answer of a particular question using Java. Even you can download this java mini project.
Project Details :
Project title : Puzzle Game
Project platform : Java
USEFUL LINK : Aptitude Online Test
Puzzle Game Question :
The user is given a 3*3 size board of numbers from 1 to 8 arranged randomly
with a blank space in box. The user can move the blank space left,right,top and
bottom and arrange the numbers in the order.
Input:
1   3   5
6   2
8   7   4
Output:
1   2   3
8   4
7   6   5