So, I'm making this sideview game with chipmunk. Its a platform puzzle game where you walk on lines which work as a platform, now the thing is you can draw lines to get too the platform above, a small illustration below.
--------
--------
-o---/--
--------
(- are the platform lines, o is the player, / is the drawn line )
Now I'm wondering how I should move the player, I used some diffrent techniques but none really work, how could I get smooth movement on the platform lines aswell as the drawn lines ?