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
- Host: GitHub
- URL: https://github.com/cr2007/f29ai-prolog
- Owner: cr2007
- Created: 2022-10-26T06:21:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-25T14:56:03.000Z (over 2 years ago)
- Last Synced: 2025-01-21T16:24:25.178Z (over 1 year ago)
- Topics: prolog, swi-prolog, swipl
- Language: Prolog
- Homepage: https://swish.swi-prolog.org/p/F29AI.pl
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# F29AI - CW1
[](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.