# HG changeset patch # User Steve Losh # Date 1458746525 0 # Node ID de43434e631118cfb2a6c4a54779885e26a78f1f # Parent 251cea71ed58db6d6702fa758c39a16b2e0ff6e7 README diff -r 251cea71ed58 -r de43434e6311 README.markdown --- a/README.markdown Wed Mar 23 15:19:48 2016 +0000 +++ b/README.markdown Wed Mar 23 15:22:05 2016 +0000 @@ -1,15 +1,17 @@ -The GGP Protocol looks approximately like this: - (START ) - READY + ___ __ ___ ___ ____ + / __)( ) ___ / __) / __)( _ \ + ( (__ / (_/\(___)( (_ \( (_ \ ) __/ + \___)\____/ \___/ \___/(__) - (PLAY ) - MOVE (explanation “...”) (taunt “...”) +`cl-ggp` is a tiny framework for writing [GGP][] players in Common Lisp. - (STOP ) - DONE +It handles the GGP protocol for you but *nothing else*. In particular you'll +need to bring your own logic system to parse the games. + +[GGP]: http://www.ggp.org/ -Undocumented, because lol: - - (INFO) - ((NAME MYNAME) (STATUS ???) (SPECIES LOL)) +* **License:** MIT/X11 +* **Documentation:** +* **Code:** +* **Issues:**