Pages: 1
  Print  
Author Topic: How to create a Match 3 puzzzle game  (Read 9130 times)
Offline (Male) hpg678
Posted on: April 23, 2019, 04:44:12 am

Member
Location: Barbados
Joined: Mar 2017
Posts: 283

View Profile Email
here is a tutorial on how to create a Collapse clone game. for those who may not be familiar with Collapse game, you can get a better understanding here.


However, unlike the more 'traditional' type
  • tiles appear from the top
  • you can click on 2 or more




There is no score, special effects or additional features in this version. It is user-friendly enough that one can add those on their own accord. The mechanics is easy to follow and tweak with annotations in the code.


Hope you enjoy and find this useful.  i will upload the .gmk file in the EDC section.







Logged
[compromised account]
Offline (Male) hpg678
Reply #1 Posted on: April 28, 2019, 08:31:42 am

Member
Location: Barbados
Joined: Mar 2017
Posts: 283

View Profile Email

I am creating an update as a fully workable game. It will feature additional levels, additional tiles, special effects, a scoring system, a GUI and a dialog system.


The first release will be for Linux users. A windows version will follow later.


As an additional bonus, an ebook will also be published with step by step details on its creation, implementation of the game mechanics and conversion from tutorial to workable game.



Logged
[compromised account]
Offline (Male) hpg678
Reply #2 Posted on: April 30, 2019, 11:47:34 am

Member
Location: Barbados
Joined: Mar 2017
Posts: 283

View Profile Email
Here's a progress report


  • created a GUI that keeps track of Moves, a target Score, your score and Level counter
  • expanded playfield dimensions
  • added bonus/multiplier variable

https://photos.google.com/album/AF1QipP1GR3bT919V-Zk7BFtGOVi97TeeLc4YFJJTr73
Logged
[compromised account]
Pages: 1
  Print