Side Scrolling Shooter Game β¨
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See below for prerequisite libraries and notes on how to deploy the project on a live system.
git clone https://github.com/mahirahman/earth-invaders --branch 2.0.0
To run the application locally:
- CD to the directory of the project
- Install the requirements by using the command
pip install -r requirements.txt
- Run Earth_Invaders.py
Python 3.7.x
Pygame 1.9.5
PyTMX 3.21.7
PyTweening 1.0.3
Recommended to install Pygame 1.9.5, Pygame 2.0.0+ breaks many core features of the game!
- Python 3.7 - Programming Language
- Pygame - Game Library
- pyTMX - Render Tiled Maps
- PyTweening - Tween animations for Items
- Tiled - Create Tiled Maps
- bfxr - Sound Effects
We use SemVer for versioning.
- Mahi Rahman
- Son Tran