1
0
Fork
You've already forked game
0
A starting point for an Odin/Raylib game
  • Odin 100%
2026年07月12日 17:02:33 +01:00
main.odin Make a rough plan 2026年07月12日 17:02:23 +01:00
README.md Make a rough plan 2026年07月12日 17:02:23 +01:00

GAME

Procedural level generate

  • Start the player at the bottom of the world
  • set a max width and a min width for platforms
  • Platforms are added in a radius of the top jump height of a player
  • the higher up in the world the more narrow the platforms get
  • platforms should not spawn within a certain distance of each other
  • The goal is center at the top of the world