Add GDL-II player
author |
Steve Losh <steve@stevelosh.com> |
date |
Fri, 16 Sep 2016 14:01:40 +0000 |
parents |
86ab44c2dfa8 |
children |
167ffd6a7a6a |
(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
#:cl-arrows
#:cl-ggp)
:serial t
:components ((:module "vendor" :serial t
:components ((:file "quickutils-package")
(:file "quickutils")))
(:file "package")
(:module "src" :serial t
:components ((:module "reasoners" :serial t
:components ((:file "prolog")))
(:module "players" :serial t
:components ((:file "random")
(:file "random-ii")))))))