image

From Andrzej end3r Mazur: "I’ve created and open sourced Enclave Games’ starter template for building HTML5 games with Phaser and I hope you can use it in your next gamedev project.

I’m building my games with Phaser and the more projects and demos I have, and work on them simultaneously, the harder it is to keep track of the “latest core” with helper functions. Every time I started a new one I was usually picking one of the current projects and quickly throwing away most of the code, and then realizing that some parts of it that was left was outdated compared to other experiments. So, to keep track of that I decided to finally create a starter pack with the basic template that I can reuse for the new games.

The template itself contains a bunch of useful stuff and is organized in states. You’ve got a main menu with buttons, audio and highscore management, paused and game over screens, with some extra tweens here and there."

Read More