Latest posts
-
DROP’d HTML5 game prototype powered by Phaser ported to TypeScript – multiple cameras and commented source code
Physics, gravity, velocity, collisions, multiple cameras, input management, textures, particle explosions and much more in HTML5 game DROP'd powered by Phaser and written in TypeScript - Full source code available
-
DROP’d HTML5 game prototype powered by Phaser ported to TypeScript – Build an endless game using Phaser and Arcade Physics
Another conversion from JavaScript to TypeScript. DROP'd is a cute HTML5 game powered by Phaser and Arcade physics, featuring particles, textures, collision management. Full source code available.
-
HTML5 prototype of iOS game “Perfect Square!” built with Phaser using TypeScript – Build a physics game using only tweens
The first HTML5 game published on this blog using TypeScript is "Perfect Square!", a physics game powered by Phaser and using tweens rather than actual physics engines. Full source code available.
-
Phaser and the migration from JavaScript to TypeScript – Step 4 – installing Visual Studio Code and putting all together
Latest and last step of the series covering the migration from JavaScript to TypeScript in HTML5 game development using Phaser. Let's see how to test, build and distribute projects with Visual Studio Code.
-
Phaser and the migration from JavaScript to TypeScript – Step 3 – TypeScript
Another step in the road to HTML5 games powered with Phaser and TypeScript. Let's see how to install TypeScript and how to configure Parcel to build projects.
-
15 years of blogging
On May 26, 2006, I wrote the first post on my blog. Today, 15 years, 1700+ tutorials, some books and several games later, I am still blogging. Thank you for being my reader!
-
Phaser and the migration from JavaScript to TypeScript – Step 2 – npm and Parcel
The road to HMLT5 games powered with Phaser and TypeScript continues, let's see how to use npm and Parcel to download required libraries, test the project and build distributable files.
-
Phaser and the migration from JavaScript to TypeScript – Step 1 – Node.js
It's time to start moving from JavaScript to TypeScript to stay up to date with Phaser and HTML5 game development. In the first tutorial of this series, I am covering Node.js and why you should use it
-
First Phaser 4 version released, let’s have a look at it by building a HTML5 Sokoban game
I tested the early Phaser v4 framework building a HTML5 Sokoban game, this is probably the first game prototype build using Phaser4, have a look! Full commented source code included.
-
Endless physics random terrain with only a bunch of bodies for your HTML5 games using Phaser, Box2D by Planck.js and Simplify.js
Look how I am generating a HTML5 physics driven endless terrain in a bunch of lines using a bunch of bodies thanks to Phaser, Box2D by Planck.js and Simplify. Full commented source code available.
-
Generate a physics driven random terrain for your HTML5 games using Phaser, Box2D by Planck.js and Simplify.js
Build a HTML5 smooth, randomly generated, physics driven terrain using only a few Box2D edges thanks to Phaser, Planck.js and Simplyfy.js libraries. Full source code available.
-
Slicing, splitting and cutting HTML5 Box2D physics bodies using Phaser, Planck.js and PolyK
HTML5 prototype to slice and cut physics solid bodies powered by Phaser, Box2D with Planck.js and PolyK. Full source code available.