Commit Graph

51 Commits

Author SHA1 Message Date
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
Stephen McQuay 0c254caff5 Split out binary from library
I still want to do a few things:

- move common hackerbot code to a package called hackerbot
- make the stuff in here more trivially usable outside of this repo
2014-04-08 23:43:12 -07:00
Stephen McQuay bb3d9e16e4 allow for overriding encodings 2014-03-11 07:30:05 -07:00
Stephen McQuay 839b5789e3 Implemented multiple encoders/decoders
I really think we're close here; once we have gob server-side this might just
work.
2014-03-10 23:25:11 -07:00
Stephen McQuay dc7db48201 Fixed protocol bug I introduced 2014-03-10 23:24:25 -07:00
Stephen McQuay eec52769dd Implemented Fraser's suggestions 2014-03-10 21:52:14 -07:00
Stephen McQuay 21705cc16e Added encoding negociation to protocol 2014-03-10 00:04:45 -07:00
Stephen McQuay ed39916f17 Added some debug logging 2014-01-29 22:46:31 -08:00
Stephen McQuay e02dc2f348 Changed the collision response from boolean to Collision 2014-01-27 20:39:08 -08:00
Stephen McQuay 29b078e637 changed the stats payload 2014-01-23 23:03:21 -08:00
Stephen McQuay 7cb38a76aa recv the calculated stats values 2014-01-23 22:33:05 -08:00
Stephen McQuay b964a14bba lockstep changes for server sending max points 2014-01-22 22:14:02 -08:00
Stephen McQuay 787bf9b435 updated ProbeResult struct for type 2014-01-16 23:06:28 -08:00
Stephen McQuay 5b438b7ffe renamed to randomDirection to reflect what function does 2014-01-12 01:27:12 -08:00
Stephen McQuay 4d0eac703c removed unecessary looping from probe 2014-01-12 01:23:20 -08:00
Stephen McQuay 5b8ec0b8ab consider destination slightly before collision
also: added verbose blocks for logging
2014-01-12 00:08:00 -08:00
Stephen McQuay a122577019 fixed stalling robots 2014-01-11 23:42:32 -08:00
Stephen McQuay b16886cbac simplest shooting algo 2014-01-11 00:08:08 -08:00
Stephen McQuay a1cc24f2a0 reasonable object avoidance. 2014-01-10 23:23:29 -08:00
Stephen McQuay 82e54c28e7 loglines 2014-01-06 23:33:06 -08:00
Stephen McQuay ff0b5bea4e fixed import issue 2013-12-05 13:36:05 -07:00
Stephen McQuay e1bed61a00 unstopped failure conditions 2013-11-11 00:25:28 -08:00
Stephen McQuay 2fb7ff7b20 added per-bot info to the logs 2013-11-11 00:25:02 -08:00
Stephen McQuay 46947bb4b3 added missing stats flags 2013-11-11 00:24:11 -08:00
Stephen McQuay 819ba2f46d made it so that everything can start in parallel too 2013-11-11 00:01:57 -08:00
Stephen McQuay e4bbd4a0f4 give unique r.name for each robot 2013-11-10 23:37:43 -08:00
Stephen McQuay 5361cc276e added multi-bot spinup 2013-11-10 23:32:12 -08:00
Stephen McQuay 5f6ad59303 spelled things more how I wanted to 2013-11-10 23:30:23 -08:00
Stephen McQuay 6390aa96da reduce verbosity 2013-11-10 22:34:56 -08:00
Stephen McQuay ebcd9fbfe3 ignore ctags 2013-11-10 22:33:09 -08:00
Stephen McQuay 35dc411a8a got bot moving and shooting again 2013-11-10 22:32:54 -08:00
Stephen McQuay 42ba19dd1c sorted out initial connection changes 2013-11-10 21:24:41 -08:00
Stephen McQuay 384d6c5ca2 float32-d the whole thang 2013-10-19 21:18:01 -07:00
Stephen McQuay 9fad1a7ad3 added fireRate flag 2013-10-19 00:30:20 -07:00
Stephen McQuay e07b24afdc Merge branch 'master' of bitbucket.org:hackerbots/botclient 2013-10-14 08:51:21 -07:00
Stephen McQuay e55e1c6883 added verbose flag 2013-10-14 08:51:06 -07:00
Stephen McQuay ab190bf6ca default to hackebots.us 2013-10-14 00:08:28 -07:00
Stephen McQuay 1924d613f0 missed a reference to localhost 2013-09-28 14:33:51 -07:00
Stephen McQuay bc92c2e01f seed prng, be less verbose 2013-09-28 13:10:25 -07:00
Stephen McQuay 535d5ac445 added acceleration 2013-09-28 09:44:24 -07:00
Stephen McQuay 0b3f0f25ed added structs for a more complete picture of protocol 2013-09-27 22:49:05 -07:00
Stephen McQuay 24cf30ca83 added flags for server and botname 2013-09-27 00:04:25 -07:00
Stephen McQuay 476e2a3ff8 got bot moving to random locations 2013-09-20 12:16:11 -06:00
Stephen McQuay 2ad28180ee max out options by default 2013-09-08 09:31:35 -07:00
Stephen McQuay eb9fa775b0 made stats params flag-modifiable 2013-09-07 19:26:21 -07:00
Stephen McQuay db1afada10 go fmt 2013-09-04 23:39:24 -07:00
Stephen McQuay e7529e43d1 initial implementation, no gameplay, but working handshake 2013-09-04 23:37:39 -07:00