Skip to content

Artificial intelligence agent for the Hunt the Wumpus game implemented in Prolog

Notifications You must be signed in to change notification settings

hilios/wumpus-prolog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hunt the Wumpus in Prolog

Artificial intelligence agent for the Hunt the Wumpus game implemented in Prolog.

Running:

Run in shell throug swipl:

$ ./wumpus.sh src/naive.pl

Using SWI Prolog interface:

$ swipl
?- [src/world], [src/main], [src/naive].
true.
?- run.

Random World generation

To generate a random world at each run user the alternate predicate:

$ swipl
?- [src/main], [src/naive].
true.
?- run(random).

About

Artificial intelligence agent for the Hunt the Wumpus game implemented in Prolog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published