Please sign in to access this page
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
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
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.
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.