Skip to main content
2 of 2
deleted 20 characters in body
Mario
  • 8.5k
  • 1
  • 31
  • 34

Creating Platform game with Inclined Levels

Till now I have developed platform games in which a player can only move and detect tiles linearly. I wonder on how to implement games in which a player can move on an inclined or irregular surface.

example screenshot

I use libgdx to develop games and Tiled Map Editor to create level maps.

On research, I found RUBE is something I need for what I want to do.

Is this true? I will have to use Box 2D if I want to make such games.

Can't we do it using Tiled? If so... how to detect collision in that case?

If there is some other way through which I can do so? Thanks in advance for any suggestion.

Vishal Kumar
  • 521
  • 2
  • 9
  • 22