I am newbie, As an exercise I am trying to develop a game in which the player ( entity 1) must move on several boxes ( entity 2) to reach a point. ( without falling of the boxes). Let's say the boxes are in water or something. The boxes are moving ( for the first try, are moving along one axis).
My problem is how to handle the player movement. I know how to move an entity. But I need to know how should I move the player on the box, though the box is moving in the some time.
I just need some tips to do this. I mention that the "biggest" program in lite-c is 2 pages long.
FoxHund, If you need more info just let me know.