python3 -m venv .venv
source .venv/bin/activate
pip3 install pygame-ce
python3 main.py <scene>
Simple bullet flight mechanic. To shoot a bullet click, drag and release. Bullet will fly in a direction of your movement.
press B to build tower. Click to choose position. ESC to cancel build.
When not in build mode, click to start shooting.
- main game testing.