Skip to content

mslazynski/GGP-Botter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GGP-Botter

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

Installation

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.

Running the Bot

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!

Configuration

You may edit config/parameters.json file to change some options, e.g. port.

About

Prolog framework for creating GGP bots

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.5%
  • Prolog 29.5%