A Prolog implementation of a variant of Wumpus World as described in Russell & Norvig's Introduction to Artificial Intelligence: A Modern Approach. The intelligent agent explores the world and outputs all possible paths to the gold.
kckusal/wumpus-world
A logic-based implementation of a variant of the classic Wumpus World problem, emulating an intelligent agent that explores & finds all possible paths to the gold.
Prolog