Changes between Version 4 and Version 5 of ProtocolOne


Ignore:
Timestamp:
Jun 6, 2011 5:21:55 PM (13 years ago)
Author:
jherwitz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProtocolOne

    v4 v5  
    55  {{{move(double dir, double dist, double speed, int obstacles, int priority)}}}
    66   * Moves by ''dist'' towards the ''dir'' direction at ''speed'' quickness. ''obstacles'' indicates whether the bot automatically maneuvers past simple obstacles.
    7   move(double dir, double speed, int obstacles, int priority)
     7  {{{move(double dir, double speed, int obstacles, int priority)}}
    88   * Moves indefinitely towards the ''dir''direction at speed ''speed''. ''obstacles'' is as above.
     9  {{{jump(double dir, double speed, int priority)}}}
     10   * Jumps in the ''dir'' direction at speed ''speed''.
     11