A simple maze game. Execute game:- To run the game download the files and run the maze_binary.py file There will be two outputs:- 1) Binary maze (0 are spaces, 1 are walls, 2 is the startind point, 3 is the ending point) 3) Maze with solution (4 is the path)
The values of the maze size and start point in path function can be changed in the maze_binary.py file