X-Git-Url: http://git.shiar.net/netris.git/blobdiff_plain/25a33cd1ade6f773c55e6cd69bcb6887688aa1be..HEAD:/README diff --git a/README b/README index 50dde83..6bb0cd3 100644 --- a/README +++ b/README @@ -16,8 +16,6 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # -# $Id: README,v 1.21 1999/05/16 06:56:22 mhw Exp $ -# This is an unfinished developmental version of Netris, a free networked version of T*tris. It is distributed under the terms @@ -61,14 +59,14 @@ based on. INSTALLATION ============ -1. Run "./Configure" to create a Makefile and config.h appropriate - for your system. If you have problems running Configure with - your /bin/sh, try "bash Configure". +1. Run "./configure" to create a Makefile and config.h appropriate + for your system. If you have problems running configure with + your /bin/sh, try "bash configure". 2. Try "make" 3. Make sure "./netris" works properly 4. Copy "./netris" to the appropriate public directory -Try "./Configure -h" for more options +Try "./configure -h" for more options RUNNING @@ -96,12 +94,12 @@ The keys are: 'j' left 'k' rotate 'l' right - Space drop + Space drop 'm' down faster - 's' toggle spying on the other player - 'p' pause - 'f' make game faster (irreversible) - Ctrl-L redraw the screen + 's' toggle spying on the other player + 'p' pause + 'f' make game faster (irreversible) + Ctrl-L redraw the screen To see usage information, type "netris -h". To see distribution/warranty information, type "netris -H". @@ -126,10 +124,4 @@ RUMORS At some point I may implement a server that Netris players can connect to to find other players with similar skill across the globe. -This version at least partially supports robots. A rough description -of the protocol is in "robot_desc", and a sample robot is in sr.c. - -The source code should be viewed with tab stops set every 4 columns, -eg, "less -x4 game.c". - -# vi: tw=70 ai +# vi: tw=70