index
:
agario-bot
agarnetbug2
demonstrate_on_cell_eaten_issue
fancyclient
master
pathfinding
strategy-rework
tastyness
A bot playing agar.io
flo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
strategy.py
Age
Commit message (
Expand
)
Author
2015-08-25
fix crash when no runaway interval is available
Florian Jung
2015-08-25
less spam
Florian Jung
2015-08-25
update friend list, remove viruses
Florian Jung
2015-08-25
sexy graphics
Florian Jung
2015-08-25
fix stupid typo
Florian Jung
2015-08-24
sexy graphics and saner approaching / not approaching friends
Florian Jung
2015-08-24
try to W-feed friends. for testing, treat viruses as friends
Florian Jung
2015-08-24
do not rely on friendly_players (names) but on friendly_cells (cells)
Florian Jung
2015-08-24
naive auto-feeding of friends. fixed all teh crashs :)
Florian Jung
2015-08-18
fix breakage
Florian Jung
2015-08-18
draw_text is now callable externally (cherrypick from strategy-rework)
SpitfireX
2015-08-14
Improved cell weight function
SpitfireX
2015-08-14
The Refactoring
SpitfireX
2015-08-13
Added basic cell weighting
SpitfireX
2015-08-13
better weights
Florian Jung
2015-08-13
Merge remote-tracking branch 'origin/tastyness'
SpitfireX
2015-08-12
rate quality of food, avoid close-to-wall or close-to-enemy food, prefer clos...
tastyness
Florian Jung
2015-08-12
improve(?) runaway: nonsplitkillable cells are less dangerous
Florian Jung
2015-08-12
Method refactoring
SpitfireX
2015-08-12
merge conflict fixed
SpitfireX
2015-08-12
remove test stuff
Florian Jung
2015-08-12
fix old runaway corridor size (was twice as large as needed)
Florian Jung
2015-08-12
Fixed interval checking to be inclusive of the start and end values
SpitfireX
2015-08-12
Some more angle stuff
SpitfireX
2015-08-12
Fixed missing import for random
SpitfireX
2015-08-12
Made gui surface update explicit + some angle stuff
SpitfireX
2015-08-12
A minor target locking fix.
SpitfireX
2015-08-11
a bit of debugging and comments
Florian Jung
2015-08-11
move out strategy into own class
Florian Jung