Skip to content

ruonanRuby/memory-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory Game Project

Table of Contents

Genera Introduction

This is an Udacity Front-End Developer Project, with the practice of combining skills in HTML,CSS and JavaScript into a large project. At the same time, you will learn how to design the workflow and better way to organize the JS code.

How The Game Works

Click here to play the game

OR

check the following steps to learn more about the game.

This is a typical match game, the deck is made up of eight different pairs of cards. In order to win the game, you need to flip the hidden cards and match them. The number of movement and Time counting will affect the final star rating.

-> When the game is loaded, the player will have five seconds to remeber the positions of cards.

memory

-> Once all cards are back to hidden, the time counter starts, and the player can start the game. Flipping two cards to see either they are matched or not. Also the player can restart the game whenever he likes.

cardMatching

-> When user's move is larger than 25 or the time is more than 2 minutes, he will lose a star. When user's move is larger than 40 or time is more than 4 minutes he lose one more star.

starRating

-> After all cards are matched, the user will have a modal to congratulate the player, and the player can restart the game by either play again button or the restart icon on the deck.

gameResult

Resources

About

this is a memory game using html, css and js.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors