Skip to content

dberinger/memory-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory Game

Memory Game is a project created for Front-End Web Developer Nanodegree Program at Udacity.

How to play?

It's a classic memory game. The deck consists of 16 cards. In order to win all pairs must be matched. Gameplay time is measured and so are moves. There's also star rating, dependent on player's performance.

Dependencies

Third-party content used in project:

Contributing

  1. Fork it (https://github.com/yourname/yourproject/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request