PDA

Click to See Complete Forum and Search --> : AI Aplication ( Maze 0.2.1 )


rajab natshah
Oct 22nd, 2002, 01:08 PM
Hi,
this is my test of AI programing .
I Wont to see you it
and what is your comment apaut it>

cyborg
Oct 22nd, 2002, 01:20 PM
nice!
could be improved a bit though...

NoteMe
Oct 22nd, 2002, 01:34 PM
I agree with cyborg...nice start, but It's seems like it sometimes check the same coordinate twice...

GingerNut
Oct 22nd, 2002, 01:35 PM
Looks good :cool:

cyborg
Oct 23rd, 2002, 05:44 AM
sometimes it doesnt solve the maze...

transcendental
Oct 23rd, 2002, 06:23 AM
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.

CornedBee
Oct 23rd, 2002, 03:37 PM
ƒÚõ®Õí ƒÚ݃Ѻí.maze
This file isn't solved it get's caught in the bottom right corner.

CornedBee
Oct 23rd, 2002, 03:37 PM
BTW how did you come up with those names????

dogfish227
Oct 23rd, 2002, 04:02 PM
mabey this just happens on my computer but when the maze is being solved i can only see half of it

rajab natshah
Oct 23rd, 2002, 04:06 PM
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
:)

rajab natshah
Oct 23rd, 2002, 05:37 PM
MR CornedBee
what is ( BTW )?

cyborg
Oct 23rd, 2002, 05:47 PM
btw is short for "by the way"

sql_lall
Oct 26th, 2002, 05:33 AM
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.)

Well, hope this helps a bit.

rajab natshah
Oct 27th, 2002, 01:20 AM
Oh Nise MR sql_lall


I'm found one Serch in this proplem .