ewastasiak / fend-project-memory-game-master

Udacity FEND assignment [3/8] – convert a static project to an interactive one by modifying JavaScript, HTML and CSS files.

Home Page:https://ewastasiak.github.io/fend-project-memory-game-master/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Udacity Memory Game Project

Matching Game

Live version: https://ewastasiak.github.io/fend-project-memory-game-master/

Assignment's starter code: https://github.com/udacity/fend-project-memory-game

Game rules:

  • While playing, you reveal pairs of cards by clicking on them. The ones that don't match - get back to the initial state (face down).
  • Your goal is to match eight pairs of cards. The game ends when all the cards are successfully matched.
  • When the game is finished, a modal window will appear. It will contain the time it took you to complete the game, the number of moves you made and the rating.
  • You may choose to continue playing by clicking the "Replay" button.

Background music:

"Elevator Ride to Hell" by Adam Monroe and Adam Kopciński

License:

MIT

TODO-s and known issues:

  1. Add toggle sound.
  2. Add leaderboard.
  3. Add landscape mode breakpoint for smaller devices.
  4. Fix Internet Explorer issues.

About

Udacity FEND assignment [3/8] – convert a static project to an interactive one by modifying JavaScript, HTML and CSS files.

https://ewastasiak.github.io/fend-project-memory-game-master/

License:MIT License


Languages

Language:JavaScript 50.3%Language:CSS 36.3%Language:HTML 13.4%