February 24, 2018
Getting Started in Phaser 3 (ES6) – Create a Boomdots game

Getting Started in Phaser 3 (ES6) – Create a Boomdots game In this tutorial, we’re going to create a Boomdots type game in Phaser 3. Using ES6 will help us to make use of the most modern features of Javascript. With babel and webpack it is not a problem to transpile ES6 to browser-understandable javascript.