X-Git-Url: http://git.shiar.net/netris.git/blobdiff_plain/c11ae0d113cc5f60bfd1bed29b47211013f8adef..a3b41d71c27b89c5f3e82226316e031e3f8eb253:/robot_desc diff --git a/robot_desc b/robot_desc index bcb52df..53415b2 100644 --- a/robot_desc +++ b/robot_desc @@ -1,4 +1,4 @@ -$Id: robot_desc,v 1.2 1994/12/12 22:42:42 mhw Exp $ +$Id: robot_desc,v 1.4 1999/05/16 06:56:30 mhw Exp $ GENERAL PROTOCOL @@ -12,7 +12,7 @@ spaces. The first token in a line is the name of the command. The robot should ignore commands which it doesn't recognize. The protocol may be extended by adding extra commands without incrementing the version -number. The version number will only be increased when the command cannot +number. The version number will only be increased when a command cannot be safely ignored. Netris will also ignore commands which it doesn't recognize, for the same @@ -61,7 +61,7 @@ NewPiece -------------- This command is never sent in "fair" robot mode. -Everytime a new piece is created, this command is sent to the robot. +Every time a new piece is created, this command is sent to the robot. is a positive integer uniquely identifying the piece. should be sent as a parameter to each movement command (sent to Netris) in order to prevent accidental movement of the wrong piece. @@ -116,7 +116,7 @@ Pause our side. is 0 or 1, indicating whether any player other than our side has paused the game. If either is 1, the game is paused. -You may actually receive this command even when none of the flags change. +You may actually receive this command even when neither of the flags change. NORMAL GAME (robot --> Netris) @@ -220,3 +220,6 @@ lines sent to Netris are preceeded by "> ". TimeStamp 1.326 [...] Exit + + +# vi: tw=70 ai