From bd0da307dcc059ba335f58c7ad1ca7c29256d8d4 Mon Sep 17 00:00:00 2001 From: Mark Weaver Date: Wed, 13 Aug 2003 01:33:02 +0000 Subject: [PATCH] netris version 0.52 Includes a couple of documentation improvements. --- README | 2 +- VERSION | 2 +- robot_desc | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index 9b1886a..0a5f522 100644 --- a/README +++ b/README @@ -94,7 +94,7 @@ the game. Unlike standard T*tris, Netris gives you a little extra time after dropping a piece before it solidifies. This allows you to slide the piece into a notch without waiting for it to fall the whole way down. -In fact, if you can even slide it off a cliff and it'll start falling +In fact, you can even slide it off a cliff and it'll start falling again. If you think it should automatically drop again in this case, use the -D option. diff --git a/VERSION b/VERSION index 2eb3c4f..3ccbc51 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5 +0.52 diff --git a/robot_desc b/robot_desc index 53415b2..3c9baca 100644 --- a/robot_desc +++ b/robot_desc @@ -84,7 +84,7 @@ view of the board is incorrect until the "TimeStamp". is an integer from 0 to boardHeight-1. 0 is the bottom row. ... are integers separated by spaces, one for each column. -"0" indicates an empty square. Positive integers indicates blocks. +"0" indicates an empty square. Positive integers indicate blocks. Currently only "1" is used, but in the future there may be special kinds of blocks indicated by higher numbers. Negative integers indicate part of the currently falling piece. For each block, the absolute value of the @@ -151,8 +151,8 @@ long to fit on the screen may be truncated. EXAMPLE ======= Here's a portion of an example log generated by the sample robot. The -sample robot generates a log file in "log" if the "-l" is given to sr -(eg "netris -r 'sr -l'"). +sample robot generates a log file in "log" if the "-l" option is given +to sr (eg "netris -r 'sr -l'"). In this log file, every line is preceeded by two characters. Lines sent from Netris to the robot are preceeded by two spaces " ", and -- 2.30.0