image

Emanuele Feronato is back with a new game class: "Here we go: after the pure JavaScript class with no dependencies to handle games like Bejeweled and SameGame, following the same concept here it is the class to handle Draw and Match games like Dungeon Raid.

The concept is simple: having a Draw3 class which completely manages game mechanics telling the main script only what to move and how to move.

The class has no dependencies so you can use it with any JavaScript framework, leaving to you only input and animation management.

This is the game I created with it using Phaser 3 to handle input and animations ..."

Read More