"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.
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
- enemies
- Shields
- Items
- Level
- ...
If you have any feedback, feel free to comment it.