Climbing boxes in box2D

Posted by Rothens on Game Development See other posts from Game Development or by Rothens
Published on 2014-06-11T06:25:56Z Indexed on 2014/06/11 9:44 UTC
Read the original article Hit count: 215

Filed under:
|

I've just stepped into the world of Box2D with libgdx. I've already made a stack of boxes: stack of boxes

They are dropped randomly ontop of each other. What I'd like to achieve is to make a character, that could freely climb on the boxes, (He can grip on the boxes anywhere, not just on the side/top of a box) but his weight affects the stack as well, so the boxes could fall down. My google-fu failed me... Is there any way to make this possible?

© Game Development or respective owner

Related posts about java

Related posts about box2d