Jump to content

  • Log In with Google      Sign In   
  • Create Account

14 years ago on June 15th Gamedev.net was first launched! We want to thank all of you for being part of our community and hope the best years are ahead of us. Happy birthday Gamedev.net!

silv3r.m00n

Member Since 18 Dec 2012
Offline Last Active Jan 05 2013 07:35 AM
-----

Posts I've Made

In Topic: WebGL Lode Runner

02 January 2013 - 10:12 AM

this looks like a 2d game, what did you use webgl for ?

In Topic: A tutorial on making a simple game in html5/javascript using box2d

18 December 2012 - 10:11 AM

good job! i am gonna report a bug though: the monkey can hang on the side of the block and jump its way back on top of it :)


yeah, you are right. This is the default behaviour of box2d objects with friction enabled. To make the monkey slide of the side of the block would require a bit of complex construction which I avoided in this tutorial, to keep it simple.

thanks
silver

In Topic: Game from Scratch ? C++

18 December 2012 - 05:07 AM

start with javascript if you want to learn quick.
otherwise most of time would be spend on fixing syntax errors in c++

In Topic: 2d sliding collision detection

18 December 2012 - 05:05 AM

just use box2d

PARTNERS