Not member rule doesn't work as expected in Prolog

后端 未结 1 1711
独厮守ぢ
独厮守ぢ 2021-01-27 17:26

I am attempting to create a maze program in Prolog, whereby the aim is to find a route from the start of the maze to a point in the centre of the maze called m. The maze consist

相关标签:
1条回答
  • 2021-01-27 18:10

    You defined changecolour and never used it; you used nextcolour but never defined it.

    0 讨论(0)
提交回复
热议问题