Update #2, making some progress after being stuck

This commit is contained in:
Chris Mekelburg
2024-12-03 21:49:59 -05:00
parent b1541ddf77
commit cf8eefcb8b
15 changed files with 95 additions and 46 deletions

8
gamefiles/mine.py Normal file
View File

@@ -0,0 +1,8 @@
class Mine:
character = "*"
color = "green"
snack=False
def __init__(self,position):
self.position = position