Changes between Version 1 and Version 2 of ProtocolOne
- Timestamp:
- Jun 6, 2011 5:18:53 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProtocolOne
v1 v2 4 4 = Actions = 5 5 move(double dir, double dist, double speed, int obstacles, int priority) 6 * Moves by ''dir'' towards the ''dist'' direction at ''speed'' quickness. ''obstacles'' indicates whether the bot automatically maneuvers past simple obstacles. 7 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) 8 * Moves indefinitely towards the ''dir''direction at speed ''speed''. ''obstacles'' is as above.