I will finish the rest of the project at home

This commit is contained in:
kdang
2026-01-16 09:36:38 -05:00
parent 267fffa9b0
commit 98f6f2716c
8 changed files with 32 additions and 24 deletions

View File

@@ -2,6 +2,7 @@ from random import randint
from retro.game import Game
from catcher import Catcher
from manager import FruitManager
import json
WIDTH = 27
HEIGHT = 30
@@ -13,4 +14,4 @@ agents = [
state = {'Score': 0}
game = Game(agents, state, board_size=(WIDTH, HEIGHT), framerate=24, color="white_on_indigo")
game.play()
game.play()