Match3

Description:

I was told to make a game with phaser to see if I also liked making web games. For a game idea I wanted to make a game from a genre that I haven't done anything with before so I chose to do a matching 3 game. It was interesting to find out how to make sure it recognizes matches. One of the hardest parts of the project was to let the functions wait till the previous one was completely finished. A other hard part was to try and make it OOP.

How long did it take:

2 weeks

What I did:

  • Field randomly filled (without any starting matches)
  • Cell swapping and swapping back (touch/clicking 2 cells and swiping)
  • Match reconizing and removing
  • Falling down cells
  • Refilling board
  • Animations of moving and removing

Technology:

Phaser3

Team:

1 developer

Platform:

Website

Playable game:

Playable game

Code:

github