Question

I have developed simple 2D games with AndEngine but now I want to make games using Physics Engine. I am using AndEngine as game development engine but there is no tutorials available. I am stuck in tons of information. I have read Box2d manual on their site.

If you know please share tutorials.

Edit

if you know any open source game build with AndEngine+Box2d then please share URI
Was it helpful?

Solution

Box2d is just a physics engine, it does present nothing on the screen. It just makes physics simulation. How this simulation results will be represented on the screen is totally up to you: it can be a stream of positions printed on the screen, an image which position is synced with b2Body's position or anything else you like.

So you can read any Box2d tutorial you like (a lot can be found in google). I suggest you starting with box2d manual coming with box2d.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top