Skip to content

willhcurry/final-memory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Final Memory

A simple memory game inspired by the world of Final Fantasy from Square Enix.

Final Memory - GitHub Pages

This game currently completes the following game rules checklist:

-At the start of the game, the user is presented with a grid of 24 facedown cards.
-Each card looks identical face down, but has a face-up value that is matched by only one other card on the table.
-When the user clicks a card, it flips over revealing its value.
-When the user clicks the next card, its value is revealed and then compared against the other face up card. If they are equal, both cards disappear. If they are different, they flip back down.
-The game is continued until there are no cards left.

It also keeps track of the number of turns used before completion of the game and is responsive to multiple screen resolutions.

Developed using

React

Bootstrapped with

Create React App

Deployed with

GitHub Pages

Testing by way of

Jest and Enzyme

License

This project is licensed under the MIT License.
All characters, music, sound effects, pictures, classes/jobs, and their likeness belong to Square Enix Global.

Releases

No releases published

Packages

No packages published