generated from mwc/project_game
Update #2, making some progress after being stuck
This commit is contained in:
8
gamefiles/mine.py
Normal file
8
gamefiles/mine.py
Normal file
@@ -0,0 +1,8 @@
|
||||
class Mine:
|
||||
character = "*"
|
||||
color = "green"
|
||||
snack=False
|
||||
|
||||
|
||||
def __init__(self,position):
|
||||
self.position = position
|
||||
Reference in New Issue
Block a user