summaryrefslogtreecommitdiff
path: root/strategy.py
AgeCommit message (Collapse)Author
2015-08-12rate quality of food, avoid close-to-wall or close-to-enemy food, prefer ↵tastynessFlorian Jung
close-to-other-food food
2015-08-12improve(?) runaway: nonsplitkillable cells are less dangerousFlorian Jung
2015-08-12remove test stuffFlorian Jung
2015-08-12fix old runaway corridor size (was twice as large as needed)Florian Jung
2015-08-12Fixed interval checking to be inclusive of the start and end valuesSpitfireX
2015-08-12Some more angle stuffSpitfireX
(possibly incomplete and/or hacky)
2015-08-12Fixed missing import for randomSpitfireX
Seems like someone forgot to check all dependencies while refactoring...
2015-08-12Made gui surface update explicit + some angle stuffSpitfireX
2015-08-12A minor target locking fix.SpitfireX
Cell could stay locked onto an "edible" cell even after it has become inedible.
2015-08-11a bit of debugging and commentsFlorian Jung
2015-08-11move out strategy into own classFlorian Jung