Skip to content

wlabi/Memory-Game-Udacity-FEND

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory Game

This repository contains a web page version of Concentration, the card game

screenshot of memory game

PLAY

Installation

Clone or download this repository to your local machine and then to play the game open the index.html file in your browser.

Development

This game was built with HTML, CSS and JavaScript - you can see my JavaScript code in the app.js file. In particular I used and further refined the following skills during the development of this game:

  • Development strategy: breaking down and planning a project
  • Use of JavaScript arrays for data manipulation
  • Use of JavaScript timing events (setTimeout() and setInterval())
  • Use of functions (callback functions, arrow functions, IIFEs)
  • Creation and use of modals/popups
  • DOM manipulation:
    • Listening for and then handling events
    • Selecting and manipulating DOM elements
  • Use of Chrome DevTools

License

The contents of this repository are covered under the MIT License

Acknowledgements

This was the second major project for my Front End Developer Nanodegree at Udacity. Their lessons, resources, code reviews and feedback were invaluable.

Releases

No releases published

Packages

 
 
 

Contributors