Please sign in to access this page

Memory Match!

Memory Match! Used AI

6 devlogs
1h 22m
•  Ship certified
Created by Kyle B

Match the cards memory game! Built with HTML, a bit of CSS and pure JavaScript. It's my first real web project and I've never used JavaScript before so hopefully it's not too bad! :D

Timeline

Ship 1

0 payouts of shell 0 shells

Kyle B

5 days ago

Kyle B Covers 6 devlogs and 1h 22m

I added a button to reload the page to play again after winning.

Update attachment

I moved the creation of each button (card) into the js so now i can change the number of cards easily in future. I also randomised the order so that it's different each time! (The randomisation was done with ChatGPT's help as I've never used javascript before XD. I also added win text at the bottom.

Update attachment

Centered everything and made each card the same size!

Update attachment

Now it only resets cards that are incorrect! Also, I lock the board when you've clicked two until after the board resets.

I got the matching working, so now you can click 2 that match and they wont disappear. They still disappear if you click the next set wrong. Will change that next.

Added the basic click - flip - reset for this!