Skip to content

Made a Memory Matching Game on the terminal where players can select a tile and flip them over to see if they match. Once they get all the matches they win.

Notifications You must be signed in to change notification settings

CodedMatter/Memory-Matching-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Memory-Matching-Game

Duration: 8 hours

https://github.com/brianpsi/Memory-Matching-Game

Description

Project description This is a Memory Matching Game where users can match tiles together. Users select two tiles at a time and see if they match. If they match, they stay facing up. The goal is to have all the tiles facing up to win. Special Notes:

 - This was a good way of practicing creating and using 2-dimensional arrays. I was trying to see if I could figure out how to initialize and search through them.
 - I learned that you could change the color of prints in the terminal, which was interesting. This allowed me to visually show which number was the x-axis and y-axis when asking the user to input the coordinates of the tile they wished to flip over—Orange for the rows and Red for the columns.

Tech Used

-Java -IntelliJ IDEA

About

Made a Memory Matching Game on the terminal where players can select a tile and flip them over to see if they match. Once they get all the matches they win.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages