Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thesmartnik/adventures-in-prolog
https://github.com/thesmartnik/adventures-in-prolog
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/thesmartnik/adventures-in-prolog
- Owner: TheSmartnik
- Created: 2019-05-05T15:00:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-05T16:04:24.000Z (over 5 years ago)
- Last Synced: 2024-10-13T21:11:43.863Z (about 1 month ago)
- Language: Prolog
- Size: 5.86 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repo contains a source code from a wonderful book [Adventure in Prolog](https://www.amazon.com/dp/B06XTZC8X1/).
While the book is almost 30 years old, it's a terrific and exciting read. A really good intro into Prolog. After finishing it, I can't say I that I know Prolog, but know I feel a bit more confident with it.---
Most of the files in this repo is of no interest what you're looking for is `nani_search.pl`, it's an adventure game you can play around with and get a taste of Prolog.
### How to run
* You need swi prolog installed _(you can install it with brew)_
* copy repo
* run `./nani_search.pl`