Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-13 | updated to most recent agarnet | Florian Jung | |
2015-08-31 | virus{,2,3} logs for deviation | Florian Jung | |
2015-08-31 | fixed weird problem, wtf | Florian Jung | |
before this change, the bot was always heading to (0,0), instead of heading towards the next available food. This seems to be related to world.cells being a defaultdict(Cell) (and not an ordinary dict). Also, changing the dict index `eater_id` to something nonexistent like `1`, the bug vanished as well. | |||
2015-08-31 | virus direction stats | Florian Jung | |
2015-08-30 | collect more data | Florian Jung | |
2015-08-28 | track shooting angles and distances | Florian Jung | |
2015-08-27 | s/99999/float(inf)/g | Florian Jung | |
2015-08-27 | detect ejects and virussplits, and set cell.parent accordingly | Florian Jung | |
2015-08-26 | detect splits and add cell.parent attribute | Florian Jung | |
2015-08-26 | cell.player attribute | Florian Jung | |
2015-08-24 | store cell.movement_angle | Florian Jung | |
2015-08-24 | remove annoying debug output | Florian Jung | |
2015-08-24 | draw the direction where ejected mass would fly | Florian Jung | |
2015-08-24 | cell motion history | Florian Jung | |
2015-08-10 | split into files. refactor ALL teh thingz!!1 | Florian Jung | |