An open API service indexing awesome lists of open source software.

https://github.com/cr2007/f29ai-prolog

Prolog Part of F29AI CW1
https://github.com/cr2007/f29ai-prolog

prolog swi-prolog swipl

Last synced: 4 months ago
JSON representation

Prolog Part of F29AI CW1

Awesome Lists containing this project

README

          

# F29AI - CW1

[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/cr2007/F29AI-Prolog)

## Artificial Intelligence and Intelligent Agents

### Knowledge Representation problem description

A Prolog program used to represent knowledge about this system and to answer queries using the resulting knowledge base.

To run the program:
```shell
swipl
```
Once you enter the Prolog shell, load the program:
```prolog
['monster.pl'].
```

And then from there, enter your queries.