11be2ab12ce8
Update
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Wed, 14 Sep 2016 16:14:22 +0000 |
parents | 44e1cb455c59 |
children | 8fba4e72ffa3 |
branches/tags | (none) |
files | README.markdown |
Changes
--- a/README.markdown Wed Sep 14 15:22:47 2016 +0000 +++ b/README.markdown Wed Sep 14 16:14:22 2016 +0000 @@ -1372,3 +1372,7 @@ * Fixed a bug in my hacky [documentation generator][cl-d-api]. * Minor feature addition to [cl-ggp][] to make my life easier. +* Tore out the socket communication stuff from [Scully][]. It's more complexity + that doesn't help my actual goal for the project, so out it goes. +* Implemented the basic vanilla GDL random player for [Scully][]. Shaved + a couple of yaks along the way, but now it's running in ABCL properly.