Esempio n. 1
0
def play_two_player():
    inmaze.start_game(height_hard, width_hard, 2)
Esempio n. 2
0
def play_race_ai():
    inmaze.start_game(height_hard, width_hard, 7)
Esempio n. 3
0
def play_watch_ai():
    inmaze.start_game(height_ai, width_ai, 8)
Esempio n. 4
0
def play_hard():
    inmaze.start_game(height_hard, width_hard, 1)
Esempio n. 5
0
def play_med():
    inmaze.start_game(height_med, width_med, 1)
Esempio n. 6
0
def play_easy():
    inmaze.start_game(height_easy, width_easy, 1)