Category: Javascript
-
Play with gravity like in “Hop Hop Hop Underwater” game. HTML5 prototype powered by Phaser and Arcade physics
"Hop Hop Hop Underwater" is a hyper casual game featuring the ability to jump or dive underwater. I built a HTLM5 prototype powered by Phaser in a few lines. Commented source code available.
-
“Puppet Bird” way to control the player built with GDevelop
"Puppet Bird" way to control a character with a crank has been ported to GDevelop by @mobiadge, and I also built my own version. Have a look at these two no-code versions, and get the complete GDevelop project
-
HTML5 prototype to drag and rotate a wheel and control your character like in “Puppet Bird” game
Puppet bird was a fun game in the "Flappy Bird" genre, with an unique way to control the character. Look at the HTML5 prototype built with Phaser and drag-rotate plugin to control a character by rotating a crank. Commented source code available.
-
Basic webpack guide to bundle all your JavaScript files in one, useful to publish HTML5 games
Distribute your HTML5 games with only one single JavaScript file which bundles all your scripts thanks to the easiest webpack tutorial you will find on the web. Full downloadable Phaser example included.
-
Complete “Circle Race” HTML5 prototype built using Phaser 3, with a lot of room for customization
"Circle Race" is a fun HTML5 hyper casual game built wit Construct. I made a Phaser version in 80 lines, with room for customization and sprites generated on the fly. Full source code available.
-
“Legends of Runeterra” HTML5 prototype powered by Phaser updated: drawing cards
"Legends of Runeterra" HTML5 prototype has been improved and now you can play cards by dragging them from your hand to the field. Commented source code available, powered by Phaser 3 of course.
-
Draw a card from your hand like in “Legends of Runeterra” mobile version
With the power of Phaser's drag events, I built this "Legends of Runeterra" way of handling cards in your hand. HTML5 example with complete source code to download.
-
Phaser Editor 2D is the web-based IDE you need for HTML5 game development. Let’s build a game with it.
With the new, web based version of Phaser Editor you can build your next HTML5 game completely in the cloud, combining the ease of use of a visual editor with the power of Phaser 3 scripting. I built a "Block it" game in a matter of minutes, have a look.
-
Pure Javascript class to handle draw and match games like “Grindstone”, ready to communicate with your favorite HTML5 framework. Phaser 3 example included
What about a pure JavaScript class which handles everything you need in a HTML5 Draw and Match game like "Grindstone" allowing you to focus only on input management and animations? Full source code and Phaser 3 example included
-
“VVVVVV” HTML5 prototype powered by Phaser meets light and dark with ray casting and the result is astonishing
Add a twist to your HTML5 platform games featuring light and dark areas using ray casting. Full working example on the VVVVVV prototype powered by Phaser. Full source code available.
-
Boost you Phaser development speed with PGInspector
Tired of filling your code with "console.log" to debug your HTML5 games powered by Phaser? You will enjoy PGInspector, just one line of code to add and you're ready to inspect all Game Objects. Free download.
-
HTML5 prototype of “Bricks” hyper casual game with Phaser and Arcade physics – Step 2: adding score
"Bricks" HTML5 prototype has been updated and now features a scoring system, using a text game object whose position is constantly updated according to its bounding box - Full Phaser example commented line by line.