Due-date:2022/04/01 (Fri.) 23:30
Read text files which include the size and content (0/1 matrix) of a maze.
Prepare at least 3 text files for different mazes where the size of one of them should be larger than 15*15.
Find a tour out using "try and error" method.
Entrance and Exit can be re-assigned.
Use dataGridView to depict the maze.
Use animations to present the process of walking through the maze.
Generate the maze randomly.
.......
A brief demo. of applying StringGrid in Builder to accomplish animation for this assignment.
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