kdjohnson89 / Memory_Game

Memory Game project for the FEND program at Udacity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory-Game

Project 2 from the Udacity Front End Web Development nanodegree

Play game here: https://kdjohnson89.github.io/Memory-Game/

Instructions

Timer begins as soon as the page is loaded. Each time a user reveals two cards, the move counter increases. Based on number of moves, the user is assigned a star rating. After all 16 cards are matched, a modal appears congratulating the user on their win.

To reset the game, click the restart icon. If the user wins the game and would like to play again, click on the "Play again?" button in the modal.

Resources

Following resources were used in the development of this game:

Tutorial provided by Mike Wales via https://www.youtube.com/watch?reload=9&reload=9&v=_rUH-sEs68Y&app=desktop

Modal tutorial from https://www.w3schools.com/howto/howto_css_modals.asp

Beginner code provided by https://github.com/udacity/fend-project-memory-game

Fonts from https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css and https://fonts.googleapis.com/css?family=Coda

CSS autoprefixer from https://autoprefixer.github.io/

About

Memory Game project for the FEND program at Udacity


Languages

Language:JavaScript 51.6%Language:CSS 35.0%Language:HTML 13.4%