home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 226 / 226.d81 / t.petals < prev    next >
Text File  |  2022-08-26  |  2KB  |  86 lines

  1. u
  2.                 PETALS
  3.           by Lance C. Thomas
  4.  
  5.  
  6.  INTRODUCTION
  7.  ------------
  8.  
  9.     PETALS is a two-player game.
  10. Initially all thirteen petals are
  11. occupied by a marker. Each turn, a
  12. player may capture one marker or two
  13. adjacent markers. The player who
  14. captures then last marker wins.
  15.  
  16.  
  17.  NAVIGATION
  18.  ----------
  19.  
  20.     The pointer can be moved by a
  21. mouse in port 1, or a joystick in
  22. port 2, or the keyboard cursor keys.
  23.  
  24.     For the joystick, the FIRE button
  25. and [F7] are used as the left and
  26. right mouse buttons, respectively.
  27.  
  28.     For the keyboard, [SPACE] and
  29. [RETURN] are used as the left mouse
  30. button, and [F7] as the right mouse
  31. button.
  32.  
  33.     The left mouse button is used to
  34. make a selection. A selection can also
  35. be made with an indicated [KEY].
  36.  
  37.     Click on the empty petal again, or
  38. the center to indicate the capture of
  39. one marker.
  40.  
  41.     There are two player buttons; [1]
  42. and [2].  Use these buttons to toggle
  43. the player between human and computer.
  44. If you want to toggle both, use the
  45. right mouse button.
  46.  
  47.     There are two command buttons;
  48. Play and Quit.
  49.  
  50.     PLAY starts a new game using the
  51. current options.
  52.  
  53.     QUIT quits PETALS, and returns you
  54. to LOADSTAR or BASIC.
  55.  
  56.     Note, [STOP] has been disabled.
  57.  
  58.  
  59.  CREDITS
  60.  -------
  61.  
  62.     To create this program, I used the
  63. following tools: SYSRES(tm) by Don
  64. Lekei from Hands-on Software Inc.;
  65. STAR LINKER 1.2 and STAR PACKER 1,2 by
  66. Lee Novak; FONT STUDIO by Anthony
  67. Rose; MR. EDSTAR by Dave Moorman; and
  68. FONTSWAPPER V2 from LOADSTAR.
  69.  
  70.     This program incorporates the
  71. following tools: MR. MOUSE 2.1 and
  72. MOUSE MATE by Lee Novak; GRAFSTAR by
  73. Dave Moorman; and SCRIPTER by Scott
  74. Resh.
  75.  
  76.  
  77.  COMMENTARY
  78.  ----------
  79.  
  80.     By playing correctly, the second
  81. player will always win.
  82.  
  83.  
  84.  LCT
  85.  
  86.  
  87.