gbachik Posted April 8, 2014 Share Posted April 8, 2014 So I'm trying to create a rag doll based game, where the user dodges some falling objects!It's inspired by one of my favorite games as a kid: http://www.freewebarcade.com/game/ragdoll-avalanche-2/There isn't really any documentation on this and frankly I'm pretty new to game development(not javascript though) Whats the easiest way to get a ragdoll running in phaser?I was able to find a vague reference leading to P2JS and its ragdoll example but: 1. I'm not skilled enough port it to phasers built in P22. The ragdoll isn't very similar to the one in ragdoll avalanche Is there a way to do this with sprites & maybe physics editor to get it running more the like example game I provided? Any help / example code you'd be willing to share is greatly appreciated! -Thanks for reading Link to comment Share on other sites More sharing options...
adamyall Posted April 8, 2014 Share Posted April 8, 2014 http://www.html5gamedevs.com/topic/5390-best-way-to-build-a-rope-with-p2/#entry33146I'd imagine a solution would be similar to this, though eventually you would want more joint constraints. Link to comment Share on other sites More sharing options...
adamyall Posted April 8, 2014 Share Posted April 8, 2014 http://www.html5gamedevs.com/topic/5390-best-way-to-build-a-rope-with-p2/#entry33146I'd imagine a solution would be similar to this, though eventually you would want more joint constraints. Link to comment Share on other sites More sharing options...
gbachik Posted April 8, 2014 Author Share Posted April 8, 2014 Its kind of a vague example for what I need but I'll do my best to try and make something from the example codes!I'll post my results here and maybe someone can help me touch it up to perfection! :] Link to comment Share on other sites More sharing options...
luckylooke Posted May 24, 2014 Share Posted May 24, 2014 Its kind of a vague example for what I need but I'll do my best to try and make something from the example codes!I'll post my results here and maybe someone can help me touch it up to perfection! :] Do you have some results in this? Could you provide link to: "I was able to find a vague reference leading to P2JS and its ragdoll example" (I havent found it) thanks Link to comment Share on other sites More sharing options...
Recommended Posts