One of the worst things you can do in the making of a game is to handle graphic assets before you actually loaded them. That’s why we will… Continue reading
Day: July 10, 2017
We are going to create a board with 4 rows and 5 columns, for a total of 20 tiles on the stage. Since each tile has a symbol… Continue reading
Although managing Phaser states is an advanced feature, it’s very important to learn how to use states from the beginning of your Phaser programming course, as they will allow… Continue reading
To run the game on your local server, simply point your browser to your game folder which in most cases will be http://localhost/phasergame/ and this is what you… Continue reading
Every HTML5 game is a web page with some magic in it, so that’s what we are going to do: the creation of a web page in a… Continue reading
Let’s turn your computer into a web development workstation with no cost thanks to Phaser and some other free software. In order to start making games with Phaser,… Continue reading
Phaser is a free HTML5 game framework which aims to help developers make powerful, cross-browser HTML5 games really quickly using JavaScript. JavaScript, being a familiar and intuitive language,… Continue reading
With the great interest in mobile games, capable of running on modern portable devices such as smartphones and tablets, there’s a lot of talking about “cross-platform” term these… Continue reading