generated from mwc/project_game
regenerates mines and snacks
may still try to add more difficulty and update any docstrings and old commented code
This commit is contained in:
@@ -2,6 +2,7 @@ class Mine:
|
||||
character = "*"
|
||||
color = "green"
|
||||
snack=False
|
||||
mine=True
|
||||
|
||||
|
||||
def __init__(self,position):
|
||||
|
||||
Reference in New Issue
Block a user