Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thesmartnik/adventures-in-prolog


https://github.com/thesmartnik/adventures-in-prolog

Last synced: about 1 month ago
JSON representation

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`