Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I am new to vb (2010). I found many tutorials on how to make a maze, but how can I do to make a auto-solve for maze? Suppose we have a maze and auto-solve button. I want to button displays the path to the finish with a black line.
Posted

1 solution

VB (2010)? You mean VB.NET? Than why do you tag your post with C#?
I don't want to offend you, but this is really a bad question. Simply because a it is underdefined:
- what exactly is the maze?
- what exactly is the solution of such a maze?

Starting of what I could imagine as answer to these two, your question is related to at least two fields of compuer science:
1) The presentation of the maze and it's solution, which means 2D or 3D graphics
2) The solution of the maze, which means artificial intelligence. Well, the simple form of it.

For the fist one, this is a good tutorial: http://catlikecoding.com/unity/tutorials/maze/[^]

For te second one, you should start here: http://en.wikipedia.org/wiki/Maze_solving_algorithm[^] and here: http://www.astrolog.org/labyrnth/algrithm.htm[^]
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 13-Jan-15 20:37pm    
5ed.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900