Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.19 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.19 KB

Space Invaders

Language Module

"Space Invaders" is a classic 1978 arcade game where players control a laser cannon, moving it horizontally to shoot down rows of descending aliens before they reach the bottom of the screen. The game gets harder as the aliens speed up. It's one of the most influential video games ever, helping to establish the gaming industry and popularizing the shoot 'em up genre.

Pictures

Screenshot_319

Screenshot_323

How To Play

If you already have python and pygame you can just go to the directory and start it.

git clone https://github.com/Moritz344/SpaceInvader.git
cd SpaceInvaders
python main.py

Features

  • enemies
  • Shields
  • Items
  • Level
  • ...

Feedback

If you have any feedback, feel free to comment it.

Author