generated from mwc/project_game
FINAL GAME SUBMISSION
Got the man chaser to work! Moved all global variables to nav_game.py so easier to adjust later
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
|
||||
'''Sets up the mine object.'''
|
||||
"""Sets up the mine object."""
|
||||
|
||||
class Mine:
|
||||
character = "*"
|
||||
color = "green"
|
||||
snack=False
|
||||
mine=True
|
||||
chaser=False
|
||||
|
||||
|
||||
def __init__(self,position):
|
||||
|
||||
Reference in New Issue
Block a user