Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 422 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 422 Bytes

Space Invaders

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.

💻 GUI

Game

💻 Built With

➡ Python

➡ Pygame library