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-14
Added new strategy
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