top of page
Search

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.

 
 
 

Recent Posts

See All
Match 3 Game - Combos and Timer

Now that the Match 3 game is further in development I'm using these blog posts to highlight different areas of the Match 3 game's design....

 
 
 
Match 3 Game - Development Continues

I have not posted on here for a while, but I have been working on things behind the scenes. One of the projects I've been working on is...

 
 
 
Learning about Version Control

I started a couple of short courses over the summer, to help fill in some knowledge gaps. The first course was on Version Control. I had...

 
 
 

Comments


bottom of page