Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 401 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 401 Bytes

Memory Game

This is my first javascript project that I did for my final laboratory exercise at my faculty.

It's a memory game that matches two same photos.

Game logic:

Upon opening two picture blocks, they compare, if they don't match the first one closes and upon opening a third one it compares with the second one.

It was coded from scatch using online photos and resources.