Endless Running Game

is there any tutorial or example for endless running game on GDevelop ?

I don’t know if there is any tutorial out there, but it is not that difficult really.
There are several ways to do it.

  1. You can move level parts, objects from behind the player in front of the player as it moves.
  2. At the end of the level you can make the player move back to the beginning of the level, by making the end and start point of the level look similar the player may not notice the trick (at least not immediately).
  3. You can keep generate the actual level in front of the player procedurally using objects and/or external layouts.

As of movement of player, you can also decide to move the actual level and make the player don’t move or you can move the player as you prefer