A 2D game programmed using pygame library
- Python
- Python 3.6 or higher
- Git
python -m venv myenv
On Windows, run:
myenv\Scripts\activate.bat
On Unix or MacOS, run:
source myenv/bin/activate
git clone https://github.com/maharshi-b/AlienInvasion
pip install pygame
python game.py
Defeat the Aliens and earn points by shooting them with laser canon. Defeating the aliens brings another wave that is more difficult. Beat the HI-Score.
Use" <- -> " arrow keys to move horizontally.
Press SPACEBAR to shoot aliens
Press Q to exit game.