GGP-Botter is a GGP Bot framework written in SWI-Prolog. It provides an interface for communication with GGP Server, as well as some helper functions (TODO) which will come in handy when creating your own bot.
WORK IN PROGRESS
Simply clone this repository into your desired location:
git clone https://github.com/michalkurzeja/GGP-Botter.git <destination>
Then go to config
directory and rename parameters.json.dist
to parameters.json
.
To start up the bot you need to run serverApi:start
.
E.g. (working directory is <root>/src
):
swipl # open prolog console
[serverApi]. # import module
start. # run the server
That's it!
You may edit config/parameters.json
file to change some options, e.g. port
.