Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.19 KB

README.md

File metadata and controls

26 lines (15 loc) · 1.19 KB

Memory-Game-JAVA

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.

1

Game start screen. The player starts with 100 points and for each mistake he loses 05 points.

2

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

4

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.

3

Screen shows player name and total score made.

5