That's a nice program. I have done 1 such GUI before, in dos using Turbo C.
Mine also cannot solve all the mazes I gave it. That program was a simulation which I did in order to find out a perfect algorithm for my final year project, Obstacle Avoidance Robot competition, before I converted it to the robot's assembly language. The maze is a 16 x 16 matrix, not unlike the rajab natshah's program.
My lecturer had an algorithm which can solve all the mazes. But he wouldn't give me.
Can anyone here give me links to solutions to such mazes? Please note that the maze is different from micromouse's maze, so don't give me micromouse algorithms. Thank you.
Thanks for All.
Yes my program not solve al problems
Because I'm program It to solve the closed problem then I Add same Hirostecserch to
Solve the problem without the wall,
And the name of file Is written in the Unicode of my Language ( sorry)
Can you soggiest any idea for me.
I won't to devoted It to make more professional
Thanks for all again
OK, this is nowhere near completely finished (i only had one night to do it in) but here is what i had done previouslt for maze solving.
(admittedly, the GUI is no-where near as good, and i haven't made many mazes, but it is rather quick.)