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...