A Space Invaders Game built using Python and Pygame. The GUI displays the level of game as well as the number of lives. It consists of Player and Enemy Ships, and the lives are deducted on the basis of collision with enemy lasers. When we run out of lives, the game ends.
➡ Python
➡ Pygame library