the game is gamin

This commit is contained in:
Itsig0
2025-03-10 13:00:07 +01:00
parent 1e38fb37d1
commit 275022f295
7 changed files with 226 additions and 0 deletions

View File

@@ -1,6 +1,14 @@
SCREEN_WIDTH = 1280
SCREEN_HEIGHT = 720
PLAYER_RADIUS = 20
PLAYER_SPEED = 20
PLAYER_TURN_SPEED = 300
PLAYER_SHOT_SPEED = 500
PLAYER_SHOOT_COOLDOWN = 0.3
SHOT_RADIUS = 5
ASTEROID_MIN_RADIUS = 20
ASTEROID_KINDS = 3
ASTEROID_SPAWN_RATE = 0.8 # seconds