janismac / ControlChallenges

MIT License
126 stars 15 forks source link

Box2d levels #1

Open oadam opened 8 years ago

oadam commented 8 years ago

Hi, Thank you very much for this game I am a huge fan.

I have been thinking a lot about new challenges but I think simulating a single body is quite limiting. I think using a physics engine with collision handling would permit adding a lot of funny challenges. To only mention a few :

There are a couple of JavaScript ports of box2d (see http://argadnet.com/demo/rube_testbed/box2djs/index.php) that could be used.

I've read your code. It is very DRY and simple so that's a big :+1: I'm sure I would be able to contribute. Unfortunately I'm very busy lately so it could take me weeks before being able to send a pull request : if you're interested in learning box2d, I'll gladly let you take care of integrating it :-)

Just let me know what your thoughts are. And thanks again for allowing me to land a rocket booster on a platform :-)

janismac commented 8 years ago

I'm happy you like it. Using Box2D is definitely a good idea. But I'm also pretty busy so it might be a while till I get to it.