@chris My fruit offset does not work

This commit is contained in:
kdang
2026-01-09 09:49:15 -05:00
parent d6adfef5a1
commit 267fffa9b0
9 changed files with 69 additions and 54 deletions

2
nav.py
View File

@@ -2,7 +2,7 @@ from random import randint
from retro.game import Game
HEIGHT = 25
WIDTH = 2
WIDTH = 4
class Spaceship:
"""A player-controlled agent which moves left and right, dodging asteroids.