Skip to content

Commit

Permalink
Rename to maze.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Naunet authored May 23, 2020
1 parent b8a59b6 commit e3e305d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maze_3.py → maze.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,4 +188,4 @@ def print_maze(matrix):
end_game = True
handle_interaction(pos_x, pos_y, maze) #delete?
pygame.display.update()
quit()
quit()

0 comments on commit e3e305d

Please sign in to comment.