Ok, I made this a while ago, but seeing alot of C# interest, I figured some people might be interested.
Basicly, what I've done is implemented the Breadth-first Search (BFS) algorithm along with a image-analyser to solve a given maze.
Here's a snippet from wikipedia, explaining about the algorithm.
Download/Test: http://web27190.web08.talkactive.net/archive/BFS2.exeOriginally Posted by wikipedia
- Note: Requires .NET Framework 3.x
Screenshots:
Test with numbers:
Test without numbers:
Source
- http://www.dragons-lair.org/reposito...h-First_Search






Reply With Quote![[C#] Maze Solver](http://ragezone.com/hyper728.png)


