Wrap up the fluxplayer based grounding
author |
Steve Losh <steve@stevelosh.com> |
date |
Tue, 27 Sep 2016 12:53:16 +0000 |
parents |
b261c086fa4e |
children |
183f355ca260 |
(asdf:defsystem #:scully
:name "scully"
:description "A General Game Player for incomplete-information games"
:author "Steve Losh <steve@stevelosh.com>"
:license "MIT/X11"
:version "1.0.0"
:depends-on (#:iterate
#:losh
#:temperance
#:hunchentoot
#:optima
#:smug
#:cl-arrows
#:cl-ggp)
:serial t
:components ((:module "vendor" :serial t
:components ((:file "quickutils-package")
(:file "quickutils")))
(:file "package")
(:module "src" :serial t
:components ((:file "gdl")
(:module "reasoners" :serial t
:components ((:file "prolog")))
(:module "grounders" :serial t
:components ((:file "prolog")
(:file "fluxplayer")))
(:module "players" :serial t
:components ((:file "random")
(:file "random-ii")))))))