Reference no: EM132257875
Assignment -
Create a new image shuffle game. The basic requirement is -
The display window is divided into 2 by 2 squares.
A square image is divided into 4(2 by 2) equal sized image patches. You can use any image editing tools to crop the image or generate the image patches in the code
Shuffle the image patches and display them on the screen.
The player needs to click the patches in the right order (from left to right and top to bottom) to win the game. After the player made 4 clicks, either display "You win!" with the correct image if they click them in the right order, or "Try again" if not. E.g, if your image patches layout like
0 3
2 1
And the player click the top-left patch first, bottom-right second, bottom-left, and then the top right one, the program should display "You win!"
Instructions: This assignment and it is JAVA coding language but it needs to done in the processing IDE.
Attachment:- Assignment Files.rar