gfaerie / sleep-js

Javascript html5 variant of sleep (to start with god knows where it ends up)
0 stars 0 forks source link

Implement basic collision detection. #4

Open gfaerie opened 11 years ago

gfaerie commented 11 years ago

Object should be able to collide. On collision actions include but are not limited to:

Not that collision should affect the two (or more object differently) one object may stop while the other continues moving etc.

gfaerie commented 11 years ago

Objects should also be able to collide with background.