Having the 2D power of Phaser and 3D GLTF models of Three.js is easy: look at this completely commented TypeScript tutorial, you should definitively use this combo in your next HTML5 game.
3D
In the 6th step of “Stairs” HTML5 prototype built with Phaser and Three.js I added options to automatically increase difficulty as players proceed in this endless runner. Full commented TypeScript source code to download for free.
Read all posts about "Stairs" gameI am starting the new year with a massive update to HTML5 prototype of “Stairs” game built with Phaser and Three.js, written in Typescript. Moving steps, bonuses to collect, latest Three.js library and more. Full commented source code available for free.
Read all posts about "Stairs" gameIn the 6th step of the creation of “Stairs” HTML5 game using Godot engine I am explaining how to wait for user input to start the game and how to die with style. Full commented source code available for free.
Read all posts about "Stairs" gameIn the 5th step in the building of a HTML5 game like “Stairs” with Godot Engine, we add a virtual trackpad for a better ball control, check for the ball hit a spike or fall down the stair. Full commented project available to download.
Read all posts about "Stairs" gameMassive update of “Stairs” HTML5 3D game prototype, featuring collision detection without any physics engine, virtual trackpad to control the ball and level progression. Powered by Phaser and Three.js, written in TypeScript. Full commented source code available.
Read all posts about "Stairs" gameIn the 4th step of the HTML5 prototype of “Stairs” game built with Godot, we’ll see how to add more spikes and control the ball with the mouse. Full downloadable project with commented source code available.
Read all posts about "Stairs" gameIn the 3rd step of “Stairs” HTML5 game powered by Phaser and Three.js, I’ll show you how to control the ball with mouse and add more spikes. Full commented TypeScript source code available.
Read all posts about "Stairs" gameIn this 3rd step of “Stairs” HTML5 prototype build with Godot, we’ll see how to add a bouncing ball with no physics, just faking the movement with trigonometry. Full project available for download.
Read all posts about "Stairs" gameIn this second step of “Stairs” HTML5 protoype built with Phaser and Three.js we’ll see how to add a bouncing ball with no physics engines, just using trigonometry. Full commented source code available, written in TypeScript.
Read all posts about "Stairs" game