Due-date:2020/10/28 (Wed.) 23:00 ==> extended to 2020/11/01 23:30
Read a text file which include the size and content (0/1 matrix) of a maze.
Find a tour out using "try and error" method like a mouse.
Entrance and Exit can be re-assigned.
Use dataGridView to depict the maze.
Use animations to present the process of walking through the maze.
.......
Use 0/1/2/3 to represent the maze and the solution.
Apply dataGridView and background colors.
A maze can be generated randomly (4-way)
A maze can be generated randomly (8-way)
An 8-way tour
A 4-way tour
Use dataGridView to depict the maze.
A 4-way tour