Skip to content
This repository has been archived by the owner on Sep 22, 2021. It is now read-only.

tyler-vs/fend-project-memory-game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

Instructions

The starter project has some HTML and CSS styling to display a static version of the Memory Game project. You'll need to convert this project from a static project to an interactive one. This will require modifying the HTML and CSS files, but primarily the JavaScript file.

To get started, open js/app.js and start building out the app's functionality

For specific, detailed instructions, look at the project instructions in the Udacity Classroom.

Contributing

This repository is the starter code for all Udacity students. Therefore, we most likely will not accept pull requests.

For details, check out CONTRIBUTING.md.

Credits

Project extensions

  • Add CSS animations when cards are clicked, unsuccessfully matched, and successfully matched.
  • Add unique functionality beyond the minimum requirements (Implement a leaderboard, store game state using local storage, etc.)
  • Implement additional optimizations that improve the performance and user experience of the game (keyboard shortcuts for gameplay, etc).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 64.8%
  • HTML 18.0%
  • CSS 17.2%