Changes between Version 4 and Version 5 of ProtocolOne
- Timestamp:
- Jun 6, 2011 5:21:55 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProtocolOne
v4 v5 5 5 {{{move(double dir, double dist, double speed, int obstacles, int priority)}}} 6 6 * 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)}} 8 8 * 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