Skip to content

txago/memory-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory Game

This is the second project that I submitted to the Front-End Web Developer Nanodegree by Udacity. It consists of a memory game made with HTML, CSS, and JavaScript and I called it "Social Networking Game", in which the user needs to match social media logos.

Process

With the fend-project-memory-game starter code in hands, I had a helpful kick off base to set my development strategy and start building my game incrementally.

As I went through the .js file instructions and based myself on the material provided by the Udacity Nanodegree course and Mozilla documentation, I mostly used event phases, listeners and delegation; manipulation of element methods and properties, as well as some CSS customisation.

Resources