Category: Javascript
-
Build a wheel of fortune for your HTML5 games with Phaser in only a few lines – updated to Phaser 3.8.0
Reward people playing your HTML5 with this wheel of fortune built with Phaser 3.8.0 - Full commented source code available
-
My first Facebook Instant Game has been released: play Risky Steps on Facebook – and learn how to build your own game
Play "Risky Steps" Facebook Instant Game and learn to build your own game with this 4 steps guide along with source code for you to download
-
Create a huge portfolio of both mobile and desktop games with “HTML5 Game Development Mini-Degree” course, now in early access
Learn to build HTML5 games using Phaser 3 and create a huge portfolio along the way with HTML5 Game Development Mini-Degree, detailed video course with commented source code.
-
HTML5 platformer prototype inspired by iOS hit “Yeah Bunny” thanks to Phaser and ARCADE physics – The “STOP” tile
The STOP tile is a must have in an auto runner platformer game: here it is, along with a lot more features and commented source code. HTML5 game powered by Phaser.
-
Build a HTML5 game like “Knife Hit” with Phaser 3 using only tweens and trigonometry – changing target speed
"Knife Hit" HTML5 game built with Phaser gets more difficult as the target constantly changes its rotation speed, thanks to linear interpolation. Full commented source code available.
-
The basics behind “jumping on enemies” feature, explained with Phaser and ARCADE physics – Updated to Phaser 3
Making a HTML5 platformer? Learn to kill enemies by stomping on them using Phaser 3 and ARCADE physics. Full source code explained line by line.
-
Super Mario who? HTML5 platformer prototype inspired by iOS hit “Yeah Bunny” thanks to Phaser and ARCADE physics updated to Phaser 3.6.0
Forget Super Mario, here's a HTML5 platform prototype where you can jump, double jump, wall jump and slide using Phaser 3 and ARCADE physics. Commented source code available.
-
How to integrate Facebook Instant Games API in your Phaser game – managing leaderboards
Facebook Instant Games API integration is getting more complete and now you can add leaderboards to your HTML5 game powered by Phaser. Full source code available.
-
Build a HTML5 game like “Knife Hit” with Phaser 3 using only tweens and trigonometry – hitting knives
Second step in the building of "Knife Hit" HTML5 prototype using Phaser 3, tweens and trigonometry. Detect knives collisions without phyiscs. Commented source code.
-
How to integrate Facebook Instant Games API in your Phaser game – saving game information
Saving your HTML5 game information on Facebook cloud is really easy with Facebook Instant Games API, have a look and download the source code.
-
Build a HTML5 game like “Knife Hit” with Phaser 3 using only tweens and trigonometry
iOS top action game "Knife Hit" built with HTML5 with no physics engines thanks to Phaser 3 tweens and some trigonometry. Get the commented source code.
-
How to integrate Facebook Instant Games API in your Phaser game – displaying player name and profile picture
The guide to integrate Facebook Instant Games API in your HTML5 game powered by Phaser continues. Look how I added player first name and profile photo