Red links
← Thread:User talk:Xor/Thoughts on movement/Red links/reply
Isn't DiveProtection and BotWidth calculation a type of risk source.
DiveProtection is a technique to avoid low distance ;) Therefore covered by Distance;) BotWidthCalculation is covered by PreciseIntersection ;)
Sorry for really bad english. What I mean by Bot width calculation is the bins that are covered by the robot. For Dive Protection you are right.
isn't bins covered by robot already done by PreciseIntersection? I think most bots will base that on BotWidth.
As I know Precise Intersection is about when the wave will it since it is intersection but I may be wrong.
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
Return to Thread:User talk:Xor/Thoughts on movement/Red links/reply (6).
Yep, the complete width of your (moving) bot while the wave iterates over your bot. So it can be close to 60 pixels for a bot on full speed and a full power bullet. (Botwidth 36 + 3 ticks of 8 wide). How you record it is up to you, bins or angles. Next to that, getting closer to an enemy makes your botwidth relatively larger compared to the Maximum Escape Angle you have.
What an interesting observation! It looks like there are benefits when wave crossed with 0 lateral velocity, even if it reduce MEA.
My bots logic completely ignored the fact that bot might hide in its own shadow. No the question how to program it efficiently, without doing a full blown game emulator.