You can turn your HTML5 2D Phaser games to shiny new 3D games with almost no effort thanks to three.js and Phaser 3D library. Look at the example and get the commented source code to see how easy it was. Let’s go 3D!
Read all posts about "Bouncy Light" game3D
Look how I built a 3D physics endless runner game with almost no code using Buildbox, featuring splash screen, game over screen, in-game tutorial and more. Full example to download for free.
“2 Cars” is an old mobile game glory which I was able to rebuild in 3d using Buildbox and almost no code by just making the camera following a fake player and move spaceships with transparent buttons. Full project available to download.
Read all posts about "2 Cars" gameWith the power of Buildbox and my pure JavaScript class to handle Sokoban games, I was able to build a 3d Sokoban controlled by swipe in about 50 lines of code. Full project available for download.
Read all posts about "Sokoban" gameDuring 2019, I published or updated 25 game tutorial series featuring almost every kind of game: physics games, endless runner, puzzles, match 3 games, action games and more. Enjoy this recap and see you in 2020!
My first BuildBox experiment is a 3D prototype of “Don’t Touch the Spikes” game. See how I built in this guide with 40 pictures and commented source code.
Read all posts about "Don't touch the spikes" gameYou can add a 3rd dimension to your 2D HTML5 powered by Phaser thanks to Phaser3D and Tree.js – Working example using 2D Arcade physics then rendered in 3D – Source code available.
Using the amazing Three.js 3D library you can create stunning HTML5 panorama effetcs. Check this one!
Three.js is a wonderful free and open source 3D JavaScript library to create 3D HTML5 web application. And Three.js essentials is the right book to learn how to unleash its power.
The creation of a complete 3D HTML5 Concentration game is really easy if made with Babylon.js, look at the script.
Read all posts about "Concentration" game