Author: Marijn Wijbenga
Contact: m.wijbenga@outlook.com
Date completed: 01/09/2021
https://projects.marijnwijb.nl/memory-cards/
This is a Super Mario themed memory card game made with Angular & Tailwind.
From a grid of 4x4 memory cards you try to find the common pairs in as few turns as possible. If you find all pairs with 16 turns you score the max score of 1000 points. If you use more than 16 turns the score goes down.
With this project I tried to focus on the proper use of a JS framework to maintain readability of code and re-usability of the components. I focussed on working with Inputs & Outputs, content projection with ng-content and named slots.
- clone this project
- cd memory-cards
- npm install
- Run
ng serve
for a dev server. Navigate tohttp://localhost:4200/
. The app will automatically reload if you change any of the source files.