Tear out socket bullshit and implement the random player
author |
Steve Losh <steve@stevelosh.com> |
date |
Wed, 14 Sep 2016 16:12:55 +0000 |
parents |
77db7de3a21c |
children |
6281f8557971 |
(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")))))))