4th of Aug. 2023 by Michael
Full-Stack Projects
Oh-the-MiseryMemory
A musical “Memory” game - click on pairs of tiles to match the notes.
This includes a NodeJS/Express application for serving an HTML/JS file responsible for loading the stylesheet and assets.
The backend application also provides the required API endpoints for keeping the scores in a Postgres DB.
Rules
The player starts with 100 points.
Every 7 seconds, 3 points are deducted.
Every correctly matched pair gets you 10 points.
When you guess incorrectly, one point is deducted for each time you already tried the same note.
(Play here)
Downloads
Package including Node app and web front end.