Small-Scale Physics Engine

Posted by user1276078 on Game Development See other posts from Game Development or by user1276078
Published on 2012-06-15T21:58:09Z Indexed on 2012/06/16 3:24 UTC
Read the original article Hit count: 331

I'm entering Android game development, and I already have a computer version of a game I want to publish. The thing is, I want to make this as good as it can be. With that said, I need a physics engine, really to only do one thing. That one thing is to make a parabolic movement of my main character as he's jumping in the air. Currently, my computer version simply makes the guy move up at a 45 degree angle, and as soon as it hits the ceiling, down at a 45 degree angle. I need a physics engine/library that would accomplish that, it has to be in java since that's my best language, it has to be 2D, and it has to be able to work on Android. Which physics engine/library could accomplish all of that?

© Game Development or respective owner

Related posts about java

Related posts about android