home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / gomoku.zip / GOMOKU.DOC next >
Text File  |  1982-12-02  |  2KB  |  41 lines

  1. DESCRIPTION:
  2.  
  3. GOMOKU is a game similar to tic-tac-toe but played on a 20 x 20 board.
  4. The object of the game is to place five marks in a row (instead of
  5. three).  It requires a monochrome adapter and 64K of memory.
  6.  
  7. OPERATION:
  8.  
  9. Insert the diskette into the default drive and type GOMOKU.  This
  10. should start the game.
  11.  
  12. RULES:
  13.  
  14. Either you or the computer can go first.  (It's easier to win if you go
  15. first, but it'll still be tough going.)  You alternate taking turns.
  16. Each turn consists of moving the cursor to the location that you want
  17. to place your mark, and then pressing ENTER.  In addition to the
  18. standard cursor moves (up, down, left, right), you can also move the
  19. cursor diagonally - HOME will move the cursor up and left, PGUP will
  20. move the cursor up and right, END will move the cursor down and left,
  21. and PGDN will move the cursor down and right.  After you make your
  22. move, the computer then selects its move.  This continues until neither
  23. player can move (a draw) or one player gets five marks in a row.  You
  24. can press DEL if you want to start over, and you can press ESC if you
  25. want to end the program.
  26.  
  27. OTHER NOTES:
  28.  
  29. The computer does not play a "perfect" game.  That is, although it is
  30. very hard to beat the computer, it uses a formula to compute a very
  31. good (although not necessarily the best) move, and if you play enough,
  32. you can beat the program.  This program is "borrowed" from the
  33. Hewlett-Packard Users' Group Contributed Library for the 3000 series
  34. computer, and was originally written in BASIC by Jobst Brandt.  I just
  35. did a translation from HP-BASIC to Pascal, so some of the variable
  36. names may be nebulous.  If you do translate it back to BASIC, be sure
  37. you compile it.  It is a very slow program if run interpretively.  As a
  38. strategy, when you first start playing, play in the center, since it
  39. leaves you with more options.  I'd tell you more, but it'd ruin your
  40. fun of trying to discover the technique of winning.
  41.