@chris need helo wuth health

This commit is contained in:
cramsey
2026-01-14 09:47:19 -05:00
parent e01d866eaa
commit 885f3de38f
8 changed files with 163 additions and 11 deletions

13
obstacle_spawner.py Normal file
View File

@@ -0,0 +1,13 @@
from random import randint
from scene import Scene
class SceneSpawner:
#display = false ?
def __init__(self, board_size):
width, height = board_size
self.board_width = width
def play_turn(self, game):
game.state['score'] += 1