team3b / Puckt

Puckt is a mobile HTML5 game designed to test your visual and mathematical skills. The game was developed during a week-long Game Jam hosted at the University of Portsmouth.
http://puckt.com
MIT License
1 stars 0 forks source link

Collision detection on objects in canvas #3

Closed joshcroad closed 11 years ago

mrjatkin commented 11 years ago

Do you mean for toggling the lights and adjusting the light counter?

joshcroad commented 11 years ago

More basic, just getting the puck to collide with objects to start witho

mrjatkin commented 11 years ago

box2d handles that for us. We just need to give the puck the initial momentum and then box2d will work out the path it will take and what happens when it collides with other objects