Build your own HTML5 drawing math game using only FIVE methods thanks to this pure JavaScript class with no dependencies. Focus only on input and visual effects, leaving the dirty work to the class. Full Phaser example included.
Emanuele Feronato
Play my latest HTML5 game, “Drop the Square”, and follow me both on itch.io and on Gumroad to get my latest games and courses.
You can build awesome and eye candy HTML5 games using Phaser capability to have multiple Scenes running simultaneously, so you can restart a single scene without stopping the game. Real world example with source code available.
Learn the basics of Modern Javascript and build a HTML5 physics game like “Perfect Square!” without using any physics engine, only Phaser tweens. Full source code available for download.
Read all posts about "Perfect Square!" gameBox2D lives again with the HTML5 prototype of Mikey Hooks powered by Phaser and Planck.js. Everything is managed by distance joints, commented source code available.
Read all posts about "Mikey Hooks" gameI really want to bring back up old Flash glories powered by Box2D, using HTML5 this time. Look how Phaser and Planck.js can work together to build a physics world with a platform controlled by a revolute joint and random bodies falling over it. Commented source code available.
When you need to merge more images into a single sprite in your HTML5 games, it’s time to use Phaser RenderTexture object. Full working example with commented source code available
Read all posts about "DROP'd" gamePlatforms have an important role in platform games, we can’t just remove them. Look how I make platforms explode in a HTML5 game thanks to Phaser particle system. Commented source code available.
Read all posts about "DROP'd" game“DROP’d” is a cute and fun one-button endless runner available for iOS. I managed to build a HTML5 prototype in less than 150 lines of code. Powered by Phaser and Arcade physics. Full source code available.
Read all posts about "DROP'd" gameThere are a lot of algorithms to generate perfect mazes, but I am showing you the way to build a perfect maze line by line, virtually infinite, with Eller generation. Full pure JavaScript class included in the downloadable example.
Read all posts about "Maze" game