Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 450 Bytes

File metadata and controls

35 lines (22 loc) · 450 Bytes

Installation

python3 -m venv .venv
source .venv/bin/activate
pip3 install pygame-ce

Run

python3 main.py <scene>

Scenes

bullet

Simple bullet flight mechanic. To shoot a bullet click, drag and release. Bullet will fly in a direction of your movement.

tower

press B to build tower. Click to choose position. ESC to cancel build.

When not in build mode, click to start shooting.

path

  • main game testing.