Trending
Opinion: How will Project 2025 impact game developers?
The Heritage Foundation's manifesto for the possible next administration could do great harm to many, including large portions of the game development community.
Featured Blog | This community-written post highlights the best of what the game industry has to offer. Read more like it on the Game Developer Blogs or learn how to Submit Your Own Blog Post
How to create quickly a match 3 game in Unity? Or any kind of match game? By creating prototypes of match games, I've found out that the world of match game mechanics is not as simple as it may appear.
How to create quickly a match 3 game in Unity? Or any kind of match game? I have been working on an original match 3 game (an applied game actually) together with Unity 2D guru Daniele Giardini and I took some notes, which I present in the video below. It is not a tutorial: I just point out some concepts you will probably need to deal with.
Consider also that this is all done with Unity 5, which by introducing 2D, sprites (and also new UI) has made it much simpler to create this kind of games. And as in all my games, its actually Unity plus Gamelogic Grids component, as in my models (and probably in games in general) grids are pervasive.
Subtleties of game design mechanics emerge once you are creating a prototype, as shown in the video: sequential matching, peculiarities of click / swipe matching, generative universe (no need of generational AI) ... discrete / continuous matches ... .
If you believe that game design is basically a formal activity, mainly to do with mechanics (which actually I believe to be too simplistic) you need to be a developer at least at some level, because in building the prototype you understand the mechanics, with all its possible variations.
Match Game Mechanics: An exhaustive survey.
GameLogic Match 3 sample project.
Grids for Unity GameLogic FAQ.
Read more about:
Featured BlogsYou May Also Like