Skip to content

carlostoni/Memory-Game-JAVA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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