In this article, I start my first project of converting a Flash game to HTML5.
Thunderjack! HTML5 Game Update: Card Dealing
Hey guys. Welcome back to Gameplay Coder. Quite a bit of progress has been made on the HTML5 version of Thunderjack! using Phaser and the Phaser Editor. I’m getting the hang of basic usage of the editor. And it’s great to have a visual editor at your disposal – so you don’t have to place …
Continue reading “Thunderjack! HTML5 Game Update: Card Dealing”
Adding Text From a Tiled Map to Phaser
Hey. When I’m building a game, I prefer to have a visual editor when placing as many objects as possible. This includes user interface such as HUDs and text. So, I’m adding text to my Tiled map to have Phaser’s Tilemap object load it for display. I’m using Phaser.BitmapText, but Tiled uses fonts installed on …