Posts by Gabriel Augusto • 11 points
1 post
-
1
votes0
answers56
viewsQ: problem with playing in Prolog using Numeric Matrix
I am making a "game" in Prolog, from a starting position in an array, the game must return all possible paths, where the whole array is -1 and the current position is set to 0. You must write all…