Match 3 Puzzle Game
- recridford
- Sep 11, 2024
- 1 min read
The second course I started working through was to create a Match 3 Puzzle game in Unity. (As it was a longer course I am still working through it, but once I am done I will place the finished playable game onto this portfolio site).
As I had never built a puzzle game before I thought it would be useful to look at how to randomise objects, fill up a grid of objects, and look at different cursor options for selecting and swapping the matchable objects.
I also wanted to improve my programming skills so the course I selected made use of Singleton patterns, Inheritance and memory management techniques such as a pooling objects.
Comments