Skip to content

maharshi-me/AlienInvasion

Repository files navigation

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.

About

A 2D game programmed using pygame library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages