/prolog

Primary LanguageProlog

prolog

PPL Prolog Assignment 2015

  • Prolog maze solver
  • Run by querying predicate solve(From,To,Path) e.g solve([1,1], [2,9], P).
  • mazeSize(Y,X) rule defines rule boundaires where Y is vertical dimension and X is horizontal dimension. From and To coordinates must be within these bounds.