23 Jun Creating a simple game using Phaser.JS
Intro One of our favourite libraries is Phaser.JS (http://phaser.io). It is quite convenient to use, quite fast (it uses the Pixi.JS drawing engine), and offers most of the functionality a game development framework should offer. Baby steps Let's start with the bare minimum. A simple sprite in the middle...