summaryrefslogtreecommitdiff
path: root/subscriber.py
AgeCommit message (Collapse)Author
2016-03-02ugly hack: only run gui+strategy on world updatesHEADmasterFlorian Jung
2016-03-02update to new agarnetFlorian Jung
2016-02-03license fooFlorian Jung
2015-10-15update to newer agarnetFlorian Jung
2015-09-13updated to most recent agarnetFlorian Jung
2015-08-31virus{,2,3} logs for deviationFlorian Jung
2015-08-31fixed weird problem, wtfFlorian 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-31virus direction statsFlorian Jung
2015-08-30collect more dataFlorian Jung
2015-08-28track shooting angles and distancesFlorian Jung
2015-08-27s/99999/float(inf)/gFlorian Jung
2015-08-27detect ejects and virussplits, and set cell.parent accordinglyFlorian Jung
2015-08-26detect splits and add cell.parent attributeFlorian Jung
2015-08-26cell.player attributeFlorian Jung
2015-08-24store cell.movement_angleFlorian Jung
2015-08-24remove annoying debug outputFlorian Jung
2015-08-24draw the direction where ejected mass would flyFlorian Jung
2015-08-24cell motion historyFlorian Jung
2015-08-10split into files. refactor ALL teh thingz!!1Florian Jung