added player drawing onto the screen

This commit is contained in:
specCon18 2025-01-14 03:05:15 -05:00
parent bfd9971cfb
commit ef4695aae2
4 changed files with 57 additions and 2 deletions

View file

@ -1,6 +1,8 @@
SCREEN_WIDTH = 1280
SCREEN_HEIGHT = 720
PLAYER_RADIUS = 20
PLAYER_TURN_SPEED = 300
ASTEROID_MIN_RADIUS = 20
ASTEROID_KINDS = 3
ASTEROID_SPAWN_RATE = 0.8 # seconds