Look how I am generating a HTML5 physics driven endless terrain in a bunch of lines using a bunch of bodies thanks to Phaser, Box2D by Planck.js and Simplify. Full commented source code available.
Read all posts about "Horizontal Endless Runner" gameHorizontal Endless Runner
Build a HTML5 smooth, randomly generated, physics driven terrain using only a few Box2D edges thanks to Phaser, Planck.js and Simplyfy.js libraries. Full source code available.
Read all posts about "Horizontal Endless Runner" gameDrive a car on an endless randomly generated physcs terrain using less than 100 bodies thanks to Phaser, Matter.js physics and Simplify.js library. Full commented source code available.
Read all posts about "Horizontal Endless Runner" gameBuild a HTML5 smooth, randomly generated, physics driven terrain using less than 50 bodies thanks to Phaser, Matter physics and Simplyfy.js library. Full source code available.
Read all posts about "Horizontal Endless Runner" gameDid you know you can randomly generate an endless terrain with a series of point, a simple Cosine interpolation and a couple of scrolling graphics objects? HTML5 example powered by Phaser, full source code available.
Read all posts about "Horizontal Endless Runner" game