Skip to content

loota/ape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2D shoot'em up game.

There are three immovable enemy sites that try to shoot the player. The player needs to avoid the fire coming from them and destroy these sites.

Forest terrain blocks shots but the player can fly over them. Mountains block shots and can't be flown over.

Dependencies

Requires python 2.6 and pygame

Usage

Run the game with the command: python main.py

If you need a different resolution, use the -r switch: python main.py -r 1400x1050

(Tested with python 2.6.7)

Controls

a - turn left
d - turn right
w - increase speed
s - decrease speed

h - shoot rocket (ammunition: 200)
j - launch a bomb (ammunition: 4)

Esc - quit game

About

2d shoot'em up game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published