Skip to content

Latest commit

 

History

History

Aeroblasters

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Aeroblasters

forthebadge forthebadge forthebadge

Aeroblasters is a simple 2d vertical plane shooter game made using python and pygame. The game can be run both on pc or android using pydroid3.

Install pydroid3 on Android from here : pydroid3 playstore

How to Download

Download this project from here Download Aeroblasters

Requirements

Use the package manager pip to install following packages :-

  • Pygame
pip install pygame

pygame is already installed in pydroid3, no installation required.

Usage

Navigate and click main.py to run the game. Then tap on the screen to start playing the game. The objective of the game is to destroy as much enemy planes or choppers as possible without getting destroyed.

Controls:

  • Press left arrow key to go left
  • Press right arrow key to go right
  • Press space key to go shoot
  • Press esc key to quit

When playing with mouse or on pydroid3

  • Press left half of game window to go left
  • Press right half of game window to go right
  • Click on player plane to shoot

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.