Phaser allows us to create a variety of time driven events, in a simple and intuitive way. time.events.add(tick, callback, callbackContext) adds a timer event which will execute callback… Continue reading
Tag: event
Once we have selected two tiles, then selectedArray has two elements, and we have to check for their values. We will remove the tiles if values match, or… Continue reading