Alien-Invaders is a classic arcade-style game inspired by Space Invaders. The game is built using Python and the Pygame library. Players control a spaceship and must defend against waves of alien invaders by shooting them down while avoiding their attacks.
-
Clone the repository:
git clone https://github.com/yourusername/alien-invaders.git cd alien-invaders -
Install the required dependencies:
pip install -r requirements.txt
-
Ensure you have the Pygame library installed:
pip install pygame
Game Controls Arrow Keys: Move the spaceship left and right. Spacebar: Shoot lasers. Spacebar (when game over): Restart the game.