Remember me
Web browser memory game (created for the Udacity Nanodegree "Intro to Programming")

I created RememberMe as the topic of my final project for the Udacity Nanodegree "Intro to Programming". The functional requirements (memory game logic, timer, move counter, star rating, congratulations, etc.) were predefined. A design mock-up was also provided, but not strictly required for implementation. My design is inspired by the mock-up but does not follow it closely. It was the goal of the project to turn the given functional requirements into a working JavaScript browser game. Apart from the required functionality, the game includes CSS animations for card flipping, pair rejection and pair matching.
html
css
javascript
jquery