Skip to content

Simple helicopter game written in Pygame (Python3)

Notifications You must be signed in to change notification settings

coregameHD/Cavecopter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cavecopter

Simple helicopter game created by Python/Pygame

Description

This game, Cavecopter, is simple but addictive game. Guide the helicopter through the cave without hitting spikes or obstacles. Click and hold left mouse to go up/ Release to go down. Player can collect ❤️ for +1 Life.

Cavecopter Screenshot

Tool

Python 3.5 with Pygame More information about How to Install Pygame for Python 3.5

Developer Guide

In main.py you can edit following variables:

  • Missile speed change missile_x to any value
  • Enemy bullet speed change enemy_heli.bullets[move_bullet][0] to any value
  • Score change score += 1 to any value

Resources

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%