Changes between Version 5 and Version 6 of ProtocolOne


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ProtocolOne

    v5 v6  
    44 '''Actions'''
    55  {{{move(double dir, double dist, double speed, int obstacles, int priority)}}}
    6    * Moves by ''dist'' towards the ''dir'' direction at ''speed'' quickness. ''obstacles'' indicates whether the bot automatically maneuvers past simple obstacles.
     6   * * Moves by ''dist'' towards the ''dir'' direction at ''speed'' quickness. ''obstacles'' indicates whether the bot automatically maneuvers past simple obstacles.
    77  {{{move(double dir, double speed, int obstacles, int priority)}}
    88   * Moves indefinitely towards the ''dir''direction at speed ''speed''. ''obstacles'' is as above.