bolyachevets / Hunt-the-Wumpus

Hunt the Wampus in Prolog: a group project for cpsc 312
1 stars 0 forks source link

Check whether Wumpus actually randomly moves #8

Closed bolyachevets closed 5 years ago

bolyachevets commented 5 years ago

I am not sure whether debug info for Wumpus' location is actually accurate when the game has been played several times.

bolyachevets commented 5 years ago

possibly fixed by applying retractall to all dynamic vars. need to test