Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 223 Bytes

File metadata and controls

14 lines (10 loc) · 223 Bytes

SpaceInvadersGame

3 Player positions playerX = 370 plaery = 480

#screen screen.blit() #stick an image on screen bg_img = 800*600

Distance bwteen two co-ordinates formula used: D= √(x2−x1)2+(y2−y1)2

Cheers :)