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