Can Box2D be used to make a complete game or only a part of it?

Started by
1 comment, last by GreenTitan 9 years, 10 months ago

Hello Everyone,

I have been learning C++ for two years now. I was wondering if Box2D can be used by someone like me. Besides that, i am curious if Box2D can be used to make a complete game like tiny wings or angry birds since Box2D is focused at the physics component of game. Do any of you guys know if Box2D can be used to make a complete game.

Advertisement

Why not try and use box2d and see if someone with your skill set can use it? There's documentation and a user manual on the box2d website. Take a look and see if it makes sense to you. I would think with two years of C++ experience you will be able to figure out how to use box2d, but your mileage may vary. Also, box2d is a physics engine, so it can be used to provide the physics in a 2D game. The graphics and sound and input and networking, etc will all have to be done with other libraries or be hand written by yourself.

Thanks. So you mean that i can use another library or engine like cocos2dx for building my game.

This topic is closed to new replies.

Advertisement