SFML community forums
Help => General => Topic started by: kaki2308 on November 05, 2014, 03:30:35 pm
-
Hello,
I want to write a game called gusanos. It's real time worms game.
I'm wondering how I can program rope to behave like rope (if you have played in worms world party etc. you should know how rope works).
I'm not taking about drawing but about math&physics behind it.
Any clues?
-
Use google ;)
Especially about 2D physics there are a lot of articles available for free, just one example for 2D rope physics: (http://www.wildbunny.co.uk/blog/2011/04/06/physics-engines-for-dummies/ at the end of the article, just draw multiple line segments instead of circles)
AlexAUT