Dejava (platform game)

edited June 2016 in Programming Questions

I am currently working on a platform game, and I have the controls for the character and the basics done but I don't know how to make the platforms. I have a few ideas such as just using "if statements" with the placement of them, or I could use PVectors to have an upward force on the player when they are on the platform so they don't fall through. I don't know which would be best or if there is a better way, if there is a better way please let me know :)

Answers

Sign In or Register to comment.