View source for Talk:Bullet Shadow/Correct

From Robowiki
Jump to navigation Jump to search

Contents

Thread titleRepliesLast modified
Shadow depends on the bullet, not so on the wave419:18, 5 July 2021

Shadow depends on the bullet, not so on the wave

You do not have permission to edit this page, for the following reasons:

  • The action you have requested is limited to users in the group: Users.
  • You must confirm your email address before editing pages. Please set and validate your email address through your user preferences.

You can view and copy the source of this page.

 

Return to Thread:Talk:Bullet Shadow/Correct/Shadow depends on the bullet, not so on the wave.

I think the traditional shadow is 100%, the other shadows are 50%. And shadows cast from one bullet of yourself has no intersection, then the probability is independent, simplifying computation. And you don't need to actually cast the shadow when it happens, simply add the shadow when either one appears, and remove when bullet is destroyed before shadow cast time. Further simplifies computation.

Xor (talk)14:31, 29 June 2021
 

And another import thing is, if you look at exact robocode physics, one bullet & wave collide on exact same tick, regardless of bullet_t/wave_t, so probability of bullet shadow will always be fixed.

Xor (talk)15:22, 29 June 2021

You are correct that the shadow on bullet_t is always 100%. But I think that the probability of a shadow on bullet_t-1 (when a collision occurs when the wave moves first) is only 25%. Rationale: 50% chance that wave moves before bullet, 50% chance that a collision occurs if either one moves (the other 50% is when both move).

GrubbmGait (talk)16:51, 5 July 2021

Two things, independent from each other:

1. Enemy bullet in black area: 100% probability of collision.

2. Enemy bullet in gray area: 50% for update order [my bullet, enemy bullet], 50% for update order [enemy bullet, my bullet].

Note that 1 and 2 is completely independent, because there are no intersections between the two areas (event spaces), this can be proved by some geometry.

And note that, probability of bullet collision happens in gray area vs in black area is a complete different thing, which also depends on actual size of area.

Xor (talk)19:18, 5 July 2021