In Alien Invasion, the player controls a rocket ship that appears at the bottom center of the screen. The player can move the ship right and left using the arrow keys and shoot bullets using the spacebar. When the game begins, a fleet of aliens fills the sky and moves across and down the screen. The player shoots and destroys the aliens. If the player shoots all the aliens, a new fleet appears that moves faster than the previous fleet. If any alien hits the player’s ship or reaches the bottom of the screen, the player loses a ship. If the player loses three ships, the game ends.
Report Bug
·
Request Feature
- pip
python install pip
- pipenv
pip install pipenv
- Clone the repo
git clone https://github.com/MahirRahman/Alien-Invasion.git- Install required packages from Pipfile.lock
pipenv install
- Go to terminal and run this command: py[or python] alien_invasion.py
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Mahir Rahman - rahmanm7@miamioh.edu
Project Link: https://github.com/MahirRahman/Alien-Invasion
- This ReadMe.md tempate was taken from: https://github.com/othneildrew/Best-README-Template
- This project idea was inspired by Eric Matthes