A classic arcade-style game reimagined with Python's pygame library.
- Python: Version 3.x
- Library: pygame
-
Clone the Repository
git clone https://github.com/ameyakhot/Space-Invaders-2D-Game cd Space-Invaders-2D-Game
-
Install pygame
If you haven't installed
pygame
yet, do so with:pip install pygame
-
Run the Game
python main.py
- Move: Use the
LEFT
andRIGHT
arrow keys. - Shoot: Use the
SPACE
key. - Objective: Eliminate the alien invaders! Be careful; the game ends if they get too close.
- Enemies: Multiple alien enemies that move in patterns.
- Scoring: Keep track of your score as you eliminate the invaders.
- Endgame: A game over condition keeps players on their toes.
- Add multiple levels with increasing difficulty.
- Introduce power-ups for the player.
- Add background music and sound effects.
Game inspired by the classic Space Invaders arcade game.