home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 210 / 210.d81 / t.dots < prev    next >
Text File  |  2022-08-26  |  3KB  |  136 lines

  1. u
  2.                D O T S
  3.  
  4.            by Lance Thomas
  5.  
  6.  
  7.  [INTRODUCTION]
  8.  
  9.     DOTS is a two player game, played
  10. on a 5x5 grid. The object of the game,
  11. is to "take" thirteen squares, before
  12. your opponent does. You take a square
  13. by "drawing" the last line to complete
  14. a square. If you take a square, you
  15. must draw another line. You do not
  16. have to take a square (unless there is
  17. no alternative). The two players are
  18. Blue and Red. Blue draws the first
  19. line.
  20.  
  21.  
  22.  [NAVIGATION]
  23.  
  24.     The pointer can be moved by a
  25. mouse in port 1, or a joystick in port
  26. 2, or the keyboard cursor keys.
  27.  
  28.     For the joystick, the FIRE button
  29. and [F7] are used as the left and
  30. right mouse buttons, respectively.
  31.  
  32.     For the keyboard, [SPACE] and
  33. [RETURN] can be used as the left mouse
  34. button, and [F7] as the right mouse
  35. button.
  36.  
  37.     The left mouse button, or its
  38. equivalent, is used to make a
  39. selection. A selection can also be
  40. made with an indicated [KEY]. While
  41. the program is "busy", the pointer
  42. will be yellow. The program will not
  43. process clicks or key presses while
  44. the pointer is yellow. So if you want
  45. to select something while the pointer
  46. is yellow; press a key and wait, or
  47. hold down the left mouse button, or
  48. its equivalent, and wait.
  49.  
  50.     Note: [STOP] has been disabled.
  51.  
  52.  [Game Screen:] To draw a line, click
  53. on two valid dots. The first dot will
  54. change color. When you click on the
  55. second dot, the line will be drawn.
  56. You can cancel the first dot by
  57. clicking it again. Once you click the
  58. second dot, you cannot cancel your
  59. move.
  60.  
  61.  [Help Screen:] You can use the right
  62. mouse button, or its equivalent, to
  63. page up and down. For the keyboard,
  64. use [CRSR] [Left/Right] to page up and
  65. down.
  66.  
  67.  
  68.  [COMMAND BUTTONS]
  69.  
  70.     There are four command buttons on
  71. the game screen; Play, Edit, Help and
  72. Quit.
  73.  
  74.  [PLAY] starts a new game using the
  75. current setup options. You must click
  76. on the PLAY button to begin a game.
  77.  
  78.  [EDIT] brings up the setup screen,
  79. and allows you to edit the setup
  80. options. The options can be changed
  81. during play. If you want to start a
  82. new game, you must use the PLAY
  83. button.
  84.  
  85.  [HELP] brings up the help screens.
  86.  
  87.  [QUIT] brings up the quit screen. You
  88. must confirm you want to quit DOTS.
  89. You will be returned to LOADSTAR or
  90. BASIC. If you go to BASIC, the top of
  91. BASIC will be at 13760(192+53*256)
  92. instead of 40960(0+160*256).
  93.  
  94.  
  95.  [SETUP]
  96.  
  97.  [Human] Use this option to control
  98. which players are human. The default
  99. is Blue.
  100.  
  101.  [Level] Use this option to control
  102. the computer's level of play. Both
  103. levels use the same logic for take
  104. plays, the only difference is for the
  105. "give" plays. The computer looks at
  106. "xo" patterns for Level 2, versus "x"
  107. patterns for Level 1. Be patient, if
  108. you select Level 2. The default is
  109. Level 1.
  110.  
  111.  [Pause] Use this option to control
  112. the duration of the built-in pauses.
  113. The default is 1 second.
  114.  
  115.     The options take effect when you
  116. quit the setup screen.
  117.  
  118.  
  119.  [CREDITS]
  120.  
  121.     To create this program, I used the
  122. following tools: SYSRES(tm) by Don
  123. Lekei from Hands-on Software Inc.;
  124. FONT STUDIO by Anthony Rose; STAR
  125. LINKER 1.2 and STAR PACKER 1.2 by Lee
  126. Novak; ZIP BASIC 2.0 by Rick Nash; MR.
  127. EDSTAR by Dave Moorman; and
  128. FONTSWAPPER V2 from LOADSTAR.
  129.  
  130.     This program incorporates the
  131. following tools: MR. MOUSE 2.1 and
  132. MOUSE MATE by Lee Novak.
  133.  
  134.  LT
  135.  
  136.  
  137.