Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 458 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 458 Bytes

Pygame is a python lib used for game programming. Here is the basic space invader game where our spaceship shoots bullets to the horizontal moving enemy and scores. If enemy hits the bottom ground, game is over. Lib used : math - for calculating speed, movement and dimensions of game random - to generate enemy in any random positions

NOTE : IT is still in working, not yet completed yet, still leanring few things to fix