How to make a Runner Game???

Hi, I'm looking to make a runner game where the runner runs "into the scree", it is not a side scroller, the camera is behind the runner. Now, don't think I'm looking for a 3D game... I'm thinking of something that looks more like the Comodore 64 game Aztec Challenge:

Any good tutorials on how to create these sort of games?

Best Answer

  • JPGamesFactoryJPGamesFactory Posts: 174
    Accepted Answer
    You must scale the actor from small to hight to simulate the distance, (you can use interpolate,) and move the actor in prospective direction (with move to x,y or interpolate x, y)
    I think this is the base to star develop this type of game.
    Hope helpful

Answers

Sign In or Register to comment.