Commit Graph

18 Commits

Author SHA1 Message Date
Fraser Graham 9be5f226f5 Providing the bot ID to name mapping to the player after negotiation 2016-07-13 21:28:57 -06:00
Stephen McQuay 6c67d83f49
removed StatsReq from client struct 2016-07-13 20:12:46 -06:00
Stephen McQuay c21e0c5582
Change how server address is specified
now you spell it as such:

gobot -addr wss://hackerbots.us
gobot -addr ws://localhost:8666
2016-07-13 19:46:08 -06:00
Fraser Graham 35cb8431f6 Moved definition of what robots have which stats into the player interface 2016-07-13 16:04:48 -06:00
Stephen McQuay 3668c09235
fixed negotiate misspelling 2016-07-13 12:31:28 -06:00
Stephen McQuay 50be2c5b88 don't block on dealing with StateStream
some clients don't use it. we block indefinitely if we don't allow for it to
not be used.
2016-02-23 16:57:35 -08:00
Stephen McQuay 623dfa4c48 Remove spurious logging 2015-08-31 21:55:18 -07:00
Stephen McQuay 3ef90af341 All robots are spectators 2015-08-31 21:48:25 -07:00
Stephen McQuay 855208b39d vantiy urls
I've moved remote to https://s.mcquay.me/hackerbots/ and stood up routes for go
get on the hackerbots repos. I had to update the imports for this to take
effect.
2015-04-30 23:14:17 -07:00
Stephen McQuay 84f151864b updated import paths for go tools repo
See golang.org/s/go14subrepo for background.
2014-11-11 21:28:01 -08:00
Stephen McQuay 14297191ed Update to new protocol (Update) 2014-05-11 23:13:00 -07:00
Stephen McQuay 7d77f18470 simple spectator that says hi every message 2014-05-11 21:45:26 -07:00
Stephen McQuay 2d8b878f50 correct go vet errors 2014-04-23 14:58:22 -07:00
Stephen McQuay bbfb2af4a9 don't rename package without need. 2014-04-23 14:54:30 -07:00
Stephen McQuay 51d0522833 renamed package/directory 2014-04-23 14:28:06 -07:00
Stephen McQuay 7e4e6faa00 Added documentation 2014-04-09 23:11:28 -07:00
Stephen McQuay 6331803887 Moved enc/dec definition out of play func 2014-04-09 23:10:51 -07:00
Stephen McQuay d0c3b5a117 prep code for reuse 2014-04-09 22:55:54 -07:00