netris.1 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. .TH NETRIS 1 "1 August 1996"
  2. .SH "NAME"
  3. netris - a network version of t*tris
  4. .SH "SYNOPSIS"
  5. .B netris
  6. [-DHRSh] [-w] [-c host] [-p port] [-k keys]
  7. .SH "DESCRIPTION"
  8. .I Netris
  9. is a networked version of t*tris. It allows either single player or head to head play via a network. To play it single user, start
  10. .I netris
  11. with no flags. To play head to head, you can either host or connect. To be the host, start
  12. .I netris
  13. with the
  14. .B -w
  15. flag. To connect to a host, use the
  16. .B -c <hostname>
  17. flag with the hostname of the computer you wish to connect to.
  18. Unlike standard T*tris,
  19. .I Netris
  20. gives you a little extra time after dropping a piece before it solidifies. This allows you to slide the
  21. piece into a notch without waiting for it to fall the whole way down.
  22. In fact, if you can even slide it off a cliff and it'll start falling
  23. again. If you think it should automatically drop again in this case,
  24. use the
  25. .B -D
  26. option.
  27. The keys are:
  28. .TP
  29. .B j
  30. left
  31. .TP
  32. .B k
  33. rotate
  34. .TP
  35. .B l
  36. right
  37. .TP
  38. .B Space
  39. drop
  40. .TP
  41. .B m
  42. down faster
  43. .TP
  44. .B s
  45. toggle spying on the other player
  46. .TP
  47. .B p
  48. pause
  49. .TP
  50. .B f
  51. make game faster (irreversable)
  52. .TP
  53. .B Ctrl-L
  54. redraw the screen
  55. .LP
  56. To see usage information, type "
  57. .I netris
  58. .B -h
  59. ".
  60. To see distribution/warranty information, type "
  61. .I netris
  62. .B -H
  63. ".
  64. To see the rules, type "
  65. .I netris
  66. .B -R
  67. ".
  68. To use a port number other than the default, use the
  69. .B -p
  70. option.
  71. .LP
  72. You can remap the keys with "
  73. .B -k <keys>
  74. ", where
  75. .B <keys>
  76. is a string
  77. containing the keys in the order listed above.
  78. .LP
  79. The default is:
  80. .I netris
  81. .B -k jkl mspf^l
  82. .LP
  83. You needn't specify all of the keys, for example
  84. .B -k asd
  85. will only
  86. change the main three keys.
  87. .B ^x
  88. notation can be used for control
  89. characters.
  90. .LP
  91. The
  92. .B m
  93. key moves the falling piece down one block, in addition to the
  94. usual step-down timer. Use this in repetition when "drop" would go
  95. too far but you don't want to wait for the piece of fall.
  96. .SH AUTHOR
  97. .TP
  98. Mark H. Weaver <mhw@netris.org>
  99. .SH BUGS
  100. .TP
  101. One-player mode is a tad boring at the moment, because it never gets any faster, and there's no scoring. This will be rectified at some point. For now, use the
  102. .B f
  103. key (by default) to make the
  104. game go faster. Speedups cannot be reversed for the remainder of
  105. the game.
  106. .SH COPYRIGHT
  107. .TP
  108. Copyright (C) 1994,1995,1996 Mark H. Weaver <mhw@netris.org>
  109. .LP
  110. netris is free software; you can redistribute it and/or
  111. modify it under the terms of the GNU General Public
  112. License as published by the Free Software Foundation;
  113. either version 2, or (at your option) any later version.