idle_direction_oddities.txt 389 B

1234567
  1. Direction idiosyncracities:
  2. IDLE counts as walking RANDB if the Robot is not blocked in any cardinal direction.
  3. IDLE counts as walking RANDNB if the Robot is blocked in all cardinal directions.
  4. IDLE Robots are moving CW IDLE, OPP IDLE, RANDP IDLE, and RANDNOT IDLE.
  5. Walking FLOW works for IDLE Robots.
  6. IDLE Robots are not moving CW BENEATH, OPP BENEATH, RANDP BENEATH, or RANDNOT BENEATH.