# HG changeset patch # User Steve Losh # Date 1467829961 0 # Node ID babd8be06180000f287f560d43b6a8be615766f0 # Parent 4dc0d519121295f089113100a68852634c1baa18 Update diff -r 4dc0d5191212 -r babd8be06180 README.markdown --- a/README.markdown Wed Jul 06 00:19:32 2016 +0000 +++ b/README.markdown Wed Jul 06 18:32:41 2016 +0000 @@ -30,7 +30,10 @@ [Wisp]: http://bitbucket.org/Gozala/wisp [CCL]: http://ccl.clozure.com/ [SBCL]: http://sbcl.org/ +[sandbox]: http://bitbucket.org/sjl/sand/ [The Road]: +[Algorithms and Networking for Computer Games]: + ## June 2016 @@ -497,3 +500,11 @@ feasible now, so I think that'll be my next step. Once I can run arbitrary GDL games without having to translate the logic by hand I'll have a LOT more nice test cases. + +### 2016-07-06 + +* Cleaned up the UI of [Bones][] a bit. The new function/macro pairs are a lot + cleaner to read and work with. +* Got a couple of books out of the RU library before it closes for a few weeks + in the summer. Started going through [Algorithms and Networking for Computer + Games][] and made a little [sandbox][] repo to play around in.