In this step-by-step tutorial we create a simple mobile MDN Breakout game written in JavaScript and using the Phaser framework. Every step has editable, live samples available to play with so you can see what the intermediate stages should look like. You will learn the basics of using the Phaser framework to implement fundamental game mechanics like rendering and moving images, collision detection, control machanisms, framework-specific helper functions, animations and tweens, and winning and losing states.
Here's the list of the articles:
To get the most out of this series of articles you should already have basic to intermediate JavaScript knowledge. After working through this tutorial you should be able to build your own simple Web games using Phaser.
You can also go back to the Content Kit's index page.