Closed borntofrappe closed 3 years ago
The game's match memory, where you are provided a fixed number of cards and asked to match them in pair.
I've spent a ridiculous amount of time figuring out how to lay the cards in a grid, but I've finally found a solution with a fixed number of columns (below the grid for the easy level)
I was able to practice with the concept of a spritesheet and quads, but also the push library for the pixel-based visual and various lua-based concepts, like the repeat
until
loop
Closing tomorrow with a victory state (and hopefully a cleaner play state)
cce571b closes the issue, but I forgot a hash character in the commit message
Breakout introduces several functions to load a large image and show sections in the form of quads. Consider creating a project to practice with the concept.