image

Tommy Leung from Ourcade continues this fantastic tutorial series with part 3: "If you've gone through the basic first game in modern JavaScript or the infinite jumper book then you've got the basics down so let's try making something a little bit more complicated!

We suggest Memory Match. A Mario Party-inspired memory game where you control a character to pick boxes until all matches are found within a limited amount of time.

In part 2, we added a 3x3 grid of boxes with depth sorting to make sure everything is layered properly.

For part 3, we are going to start selecting boxes and revealing what is inside of them."

Read More