Written by Roman Liutikov.

"Recently I’ve joined a small game project as the only front-end developer, with responsibilities of actual client-side game implementation. So I started with Phaser, because it’s powerful and free. Phaser is built on top of Pixi.js, which is 2D WebGL renderer, so it’s really fast, and it has a straightforward API. A good process requires a good code base organization: proper directories structure and modularity. RequireJS is a common solution."

image

Read more