Tag: endless runner
-
Making 3D Endless Runner Game Part 2
Our target is to make procedural world, spawning of coins, obstacles and environment. Part 1 is here. Making Infinite Scrolling Level We will spawn objects some distance away from player, and those objects will move backwards. This is it. The exact type of objects depend on the game. In subway surfers, we have different kinds…
-
Making 3D Endless Runner Game Part 1
You have some understanding of Godot Engine (or any engine in general), and you want to develop Subway Surfers or Temple Run-like endless runner from scratch. The overall concept is simple as artificial intelligence or complex mechanics are not involved. Having pretty assets will make the game look better. I have linked the project (with…