coregameHD / Cavecopter

Simple helicopter game written in Pygame (Python3)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple helicopter game written in Pygame (Python3)


Languages

Language:Python 100.0%