Thread history
From Talk:RetroGirl
Viewing a history listing
Jump to navigation
Jump to search
Viewing a history listing
Time | User | Activity | Comment |
---|---|---|---|
17:07, 5 September 2011 | Voidious (talk | contribs) | New thread created |
I really had no idea what to expect for scores, but I'm quite happy with some of these results. Nice performances vs cx.* bots, including beating BlackSwans and Nimrod. My favorite wins are PrairieWolf and TheArtOfWar!
There's a lot of room to improve the movement, which is really hard without storing state. I use a combination of getTime() and getEnergy() to randomize orbit direction in a way that won't thrash. Even that feels a little dirty, but not nearly as much as moving to a random point and knowing when to move to a new one by checking getDistanceRemaining(), as many "perceptual" bots do.