summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-08-31Demonstrate that on_cell_eaten gets called for unknown cellsdemonstrate_on_cell_eaten_issueFlorian 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-30more analyzing stuffFlorian Jung
2015-08-30analyze_{virus_sizes,remerge}() functionsFlorian Jung
2015-08-30updated Stats.merge()Florian Jung
2015-08-30moved stuff around, no changesFlorian Jung
2015-08-30collect more dataFlorian Jung
2015-08-29.Florian Jung
2015-08-29.Florian Jung
2015-08-29stuffFlorian Jung
2015-08-29reversing_game_mechanics/splits_and_ejects/READMEFlorian Jung
2015-08-29better analyzing magic for ejects/splitsFlorian Jung
2015-08-28forgot to commit geometry.py, oopsFlorian Jung
2015-08-28analyzing functionsFlorian Jung
2015-08-28track shooting angles and distancesFlorian Jung
2015-08-28user-settable vignetteFlorian Jung
2015-08-28hopefully fixed "enemy in our midpoint" issueFlorian Jung
2015-08-28use new zoom formulaFlorian Jung
2015-08-27fixFlorian Jung
2015-08-27reverse engineered zoom levelFlorian Jung
2015-08-27s/99999/float(inf)/gFlorian Jung
2015-08-27detect ejects and virussplits, and set cell.parent accordinglyFlorian Jung
2015-08-26draw cell.parentFlorian Jung
2015-08-26detect splits and add cell.parent attributeFlorian Jung
2015-08-26mechanics.py contains the reverse-engineered formulas for the game mechanicsFlorian Jung
2015-08-26cell.player attributeFlorian Jung
2015-08-26randomly split, for statistic purposesFlorian Jung
2015-08-26visible rect / size depending on n_cellsFlorian Jung
2015-08-26find out zoom level w.r.t sizeFlorian Jung
2015-08-25visible window stuffFlorian Jung
2015-08-25analyze.pyFlorian Jung
2015-08-25stats can now be calculated over multiple files. readme.Florian Jung
2015-08-25store cellspeed with precision of 0.1Florian Jung
2015-08-25analyze statsFlorian Jung
2015-08-25statisticsFlorian Jung
2015-08-25clean quitFlorian Jung
2015-08-25process.frame() in stats.py, no functional changesFlorian Jung
2015-08-25fixFlorian Jung
2015-08-25readme, game mechanicsFlorian Jung
2015-08-25fix crash when no runaway interval is availableFlorian Jung
2015-08-25allow specification of nicknameFlorian Jung
2015-08-25less spamFlorian Jung
2015-08-25update friend list, remove virusesFlorian Jung
2015-08-25sexy graphicsFlorian Jung
2015-08-25fix stupid typoFlorian Jung
2015-08-25gui.draw_bar()Florian Jung
2015-08-24sexy graphics and saner approaching / not approaching friendsFlorian Jung
2015-08-24try to W-feed friends. for testing, treat viruses as friendsFlorian Jung
2015-08-24more interval util functionsFlorian Jung