Skip to content

Kill the Party Aliens before they take over the earth!

License

Notifications You must be signed in to change notification settings

filipe-gomes/party_aliens

 
 

Repository files navigation

Kill the Party Aliens!

This is a Space Invaders clone, where your objective is to stop the party aliens from invading our planet and instituting a mandatory party rule, which would cause all humans to dance their way into their graves.

Demo

Demo

Installing

Follow the steps below to get all prerequisites and game installed.

If you don't already have it, start by installing the latest version of Python 3. For more detailed instructions, visit the link below: https://realpython.com/installing-python/

Once you have Python 3 installed, you will need to install Pip; which is the preferred method for downloading and installing Python packages.

Downloading Pip

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

Installing Pip

python get-pip.py

With Pip installed, it's now time to install Pygame. In order to do that, simply run the command below on your terminal

python3 -m pip install -U pygame --user

With Pygame installed, you are ready to clone the repo and run Kill the Party Aliens! From your terminal, navigate to the directory where the files are stored, then run the following command

python3 party_aliens.py

Built With

Contributing

Please feel free to contribute wherever needed. I want to include new features when possible, but time constraints have held me back. Possible new features would include:

  • Aliens shoot back
  • Defensive barracks for player's ship

Author

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • This project was initially built with instructions found in Python Crash Course, a book by Eric Matthes.
  • Space Invaders is a 1978 arcade game created by Tomohiro Nishikado, and the original inspiration for this project.
  • Song by French artist izioq. Check out his work at https://izioq.bandcamp.com/

About

Kill the Party Aliens before they take over the earth!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published