image

Tommy Leung from Ourcade continues this fantastic tutorial series with part 5: "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 4, we fixed a couple of bugs left over from part 3 and handled the cases for a match or no match.

For this part 5, we'll add logic that stuns the player when the bear is revealed and then check for level complete when all matches have been made."

Read More