Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 787 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 787 Bytes

Alien Invasion by Varmilo

The Space Invaders game using Python and the pygame package.

In general: In Alien Invasion, the player controls the mothership. The player can control the mothership either with WASD keysor the arrows for moving, and left mouse click for shooting. The player needs to destroy the ufos that are moving, if the user loses 3 lives the game is over.

Initial screen: image

Appearance during a game: during_game

Game Over screen: during_game