Hi can some body help me with the following:
I am trying to make a prolog file that does a breadth first search through a maze. The maze is made up of rules eg:
path(start, tree).
path(start, car).
path(tree, park).
etc
each node also has a noise level attached to it, the higher the noise...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.