It works!
authorSam Moore <[email protected]>
Wed, 30 Jan 2013 13:00:50 +0000 (21:00 +0800)
committerSam Moore <[email protected]>
Wed, 30 Jan 2013 13:00:50 +0000 (21:00 +0800)
Need to tidy things up. Differ between 'short' log and full log. Make HttpGetter work for either.

"short" log has the entire board state and most recent selection/move.
"full" log has the original board state and all moves up to the current point.

I started the "short" log so I could make it easy to watch games played on the server, but I think it might be useful
for testing now. But I need to work on it first.

Since short log prints the board state rather than all moves, agents don't know what is going on when short log is read back.
If I implement an API for that, then people can write their own starting game states.

Also need to indicate whether pieces are revealed or not in their string, and interpret correctly in reading the short logs

Or not...
perhaps this is getting too complicated?

NEVER


No differences found

UCC git Repository :: git.ucc.asn.au