Tag: Risky Road
-
Build a HTML5 game like “Risky Road” using Phaser – step 5: drawing a better terrain
I am showing you how to draw a good looking procedural terrain for the "Risky Road" HTML5 prototype powered by Phaser and Matter physics
-
Build a HTML5 game like “Risky Road” using Phaser – step 4: adding random rocks to the terrain
Even the most mountainous terrain can result flat if you don't add some extra elements. Let's see how to add random rocks to a randomly generated terrain and play with a cart and a crate. HTML5 game powered by Phaser, Matter physics and Simplify.js - Commented source code available
-
Understanding advanced collision management with Matter physics using “Risky Road” game prototype
Learn Matter physics collision filtering and advanced collision events while adding features to "Risky Road" HTML5 prototype built with Phaser. Full commented source code available.
-
Build a HTML5 game like “Risky Road” using Phaser – step 2: let a landscape game be enjoyable in portrait mode by playing with zoom.
Most succesful hyper casual games are designed to be played in portrait mode, due to the way people can play by using only one hand. What if you have an horizontal endless runner which would require landscape mode? You play with zoom. Full commented Phaser example.
-
Build a HTML5 game like “Risky Road” using Phaser, Matter physcis and Simplify.js
Build a HTML5 version of Ketchapp's "Risky Road" game using Phaser 3, Matter physics and Simplify.js library. Drive your cart through an endless terrain while keeping your diamond safe. Full commented source code available