Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 1.01 KB

README.md

File metadata and controls

54 lines (42 loc) · 1.01 KB

AlienInvasion

A 2D game programmed using pygame library

Built With

  • Python

Prerequisites

  • Python 3.6 or higher
  • Git

Installation

1. Virtual Environment (optional)

python -m venv myenv

On Windows, run:

myenv\Scripts\activate.bat

On Unix or MacOS, run:

source myenv/bin/activate

2. Clone the repo

git clone https://github.com/maharshi-b/AlienInvasion

3. Install Pygame package

pip install pygame

5. Run Game

python game.py

Gameplay Video

IMAGE ALT TEXT HERE

Description

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.