This commit is contained in:
kdang
2025-12-16 09:23:39 -05:00
parent 93becc1a2b
commit 51765051b1
6 changed files with 134 additions and 28 deletions

2
nav.py
View File

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