This GitHub repository contains a basic implementation of the classic Space Invaders game using Python and the Pygame library. In this game, players control a spaceship that must defend the Earth from invading alien forces. The objective is to shoot down the incoming invaders.
- Simple and intuitive gameplay.
- Responsive spaceship controls using keyboard input.
- Invaders move in formation and gradually descend towards the player's spaceship.
- Players can shoot the invaders.
- Score tracking to keep track of your performance.
- Python 3.x
- Pygame library
git clone https://github.com/sakshi2199/SpaceInvader.git
cd SpaceInvader
pip install pygame
Run the game using the following command:
python main.py