Category: Phaser
-
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
-
Play “4096”, my HTML5 take on “2048” game built with Phaser 3, and get the source code for free
I built a complete HTML5 "2048" clone called "4096" in a few more than 300 lines of code thanks to Phaser 3 - Get the source code and learn to build HTML5 games.
-
How to integrate Facebook Instant Games API in your Phaser game
A detailed step by step guide to integrate your HTML5 Phaser games with Facebook Instant Games API
-
6 HTML5 games you can easily build starting from the “2048” code using Phaser 3
From brain games to RPGs, here is a list of 6 HTML5 games you can easily build starting from the "2048" code using Phaser 3
-
HTML5 “2048” game made with Phaser 3 updated adding spritesheets and swipe control
"2048" HTML5 game prototype built with Phaser 3 with more features and rooms for customization. And swipe control. And more.
-
Build a HTML5 game like “2048” using the brand new Phaser 3.2.1
HTML5 Phaser 3 prototype of "2048" game, easily move from Phaser 2 to Phaser 3 by looking at both source codes