Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 990 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 990 Bytes

Hunt the Wumpus - Prolog Implementation

Wumpus

This is a Prolog Implementation of Wumpus World described in Artificial Intelligence : A Modern Approach (Russel - Norvig)

  • Mandatory Exercise for Advanced Prolog Programming class (2007)
  • Author: Richard O. Legendi
  • Version: v1.0, Jan. 31, 2007

Note I have written this code qite a lot of years ago, putting this up just for the archive, and in the hope someone might find it useful.

Resources

I have found quite a lot of implementations already existing that time, but non of them were working how I wanted to represent the problem.

You can find all these sources under the res directory, written by:

Hope they do not mind if I attach their code as well for comparison and reference.