Bot strategy in an arena
- by joulesm
I am writing the player's behavior for an arena game, and I'm wondering if you could offer some strategies. I'm writing it in Python, but I'm just interested in the high level game play.
Here are the game aspects:
Arena is a circle of a given size. The arena's size shrinks every round to help break any ties.
Players are much smaller circles, and…