dphm / asteroids

Asteroids canvas game
http://daniellepham.ca/asteroids/
1 stars 0 forks source link

Collision detection: bullet misses first line segment, rarely #1

Open dphm opened 10 years ago

dphm commented 9 years ago

Bullet (i.e. its line segment approximation) sometimes jumps over the enemy line segment. Enemy should additionally be destroyed if bullet is inside, not only when bullet intersects enemy lines.