Alien Invasion is a classic arcade game developed in Python using the Pygame library. In this game, the player takes on the role of a spaceship pilot who must defend Earth from an alien invasion.
Exciting Gameplay: Experience the thrill of facing waves of hostile aliens as you try to survive for as long as possible.
Simple Controls: Use the arrow keys to move your spaceship and the space bar to shoot at the invading aliens.
Progressive Difficulty: As you progress through the game, the speed and intensity of the alien invasion increase, challenging your reaction and strategy skills.
1. Clone the repository using the command
git clone https://github.com/wildmer/alienInvasion
2. Access the folder cd alienInvasion
cd alienInvasion
3. Install the library pygame using the command
python -m pip install -U pygame==2.5.2 --user
4. Start the game
python invasion_alienigena.py
- Run the script alien_invasion.py.
- Use the left and right arrow keys to move your spaceship horizontally.
- Use the up space key to shoot projectiles at the aliens.
- Avoid letting the aliens reach the bottom of the screen or you will lose a life.
- Survive for as long as possible and achieve the highest score."
Thank you for playing Alien Invasion! If you have any feedback, suggestions, or bug reports, feel free to contact us. Have a blast!
Technologies used in the project:
- Python 3
- pygame library