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