The objective of creating a game in Java, which we chose was a memory game!
Program in operation.
Home screen where the user enters the name.
Game start screen. The player starts with 100 points and for each mistake he loses 05 points.
Screen shows the player's success when trying to find the combination of images. 20 points will be added from the initial 100. With each hit, a sound is presented in the background
Screen shows player error when trying to find image combination. 5 points will be deducted from the initial 100. For each error, a message is displayed with sound in the background.
Screen shows player name and total score made.