r/godot • u/Human-Criticism4130 • 1d ago
fun & memes Which one do you prefer ?!
I am trying to make an endless runner (not for commercial game) in Godot 3.6 similar to the the game "Subway Surfers" but in Minecraft style, but in the way I found there are lot more challenges than i expected.
This is just for fun and I do not own any copyright protected content from Minecraft and subway surfers
11
Upvotes
1
u/Pinokio1991 1d ago
Hi, got some questions: How did you organise nodes? Is your player pathfollow 3d type node? is your path3D node procedural generated (adding points)? How did you add colision to path mesh?
Im making similar type of game and still learning how Godot physics work on path and trying to achieve smooth movement.