image

Back in the Phaser 2 days, the developer Thomas Palef, known as lessmilk, created a series of popular Phaser tutorials and games. He's since returned to Phaser 3, this time as 'lesscake', with a new tutorial:

"Phaser is a popular Javascript framework to build HTML5 games that run in the browser. It is free, powerful, simple to use, and actively maintained. I believe it's the perfect framework to start making games.

In this tutorial we will build a game where the player is getting points every time he touches a yellow coin. That's super basic, but it's also a great example to learn how Phaser works.

Here are all the topics we will cover: scenes, sprites, texts, collisions, and tweens!"

Read More