You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
video link
Sound of collision,fire and a background music added.
Collision accomplished with the distance formula:
D = sqrt((x2-x1)**2 + (y2-y1)**2)
Game Over! when an enemy hits the ship