Skip to content

An arcade-type game where the user can play as the controller of the ship and shoot down alien ships and earn points.

License

Notifications You must be signed in to change notification settings

TriparnoChatterjee/Alien-Invasion

Repository files navigation

👽Alien Invasion

An arcade type game where the user can play as the controller of the ship and shoot down alien ships and earn points.This project completely uses Object-Oriented Approach and is also well documented . Suggestions are welcome 😄

🎮Game Specifications

The game has three Mode for the Player

  • 👉 The Normal Play Mode 🚲 with 2 extra ships to fight and other variable game speeds
  • 👉 The Intermediate Voyager Play Mode 🚗 with 1 extra ships to fight and other variable game speeds
  • 👉 The Expert Voyager Play Mode 🚄 with 0 extra ships to fight and other variable game speeds

Game Controls

  • 👉 D/d for moving the ship right
  • 👉 A/a for moving the ship left
  • 👉 spacebar for firing bullets
  • 👉 Q/q for quitting the game

🔧Requeriments

  • 👉 python (3.x+)
  • 👉 pygame(2.0.1)

🎮Let's Play

First create your fork of the repository, then clone using:

cd path/to/folder  
git clone https://github.com/TriparnoChatterjee/Alien-Invasion.git

To run the game, ensure that you have python and pygame library installed in
your system.

To install pygame enter the command at terminal prompt :

$ python -m pip install --user pygame
OR
$ python3 -m pip install --user pygame

About

An arcade-type game where the user can play as the controller of the ship and shoot down alien ships and earn points.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages