home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / revers.zip / README.1ST
Text File  |  1988-05-26  |  2KB  |  52 lines

  1.  
  2.  
  3.                                   REVERSI
  4.  
  5.  
  6.                               Totally Freeware
  7.        
  8.        
  9.          This  is  the  first release of Turbo Basic REVERSI which is
  10.        often called  OTHELLO.* It was invented in the late 1800's and
  11.        is played on  a  8  x  8  grid pattern.  When the boardgame is
  12.        played, pieces which have  a  different color on each side are
  13.        used.  The game begins  with  4  pieces  placed  on the center
  14.        squares.
  15.        
  16.          From the starting position, moves are  made  by placing your
  17.        pieces next to the computer's pieces only  if  the  pieces can
  18.        surround  the others pieces on each end of  a  straight  line.
  19.        This includes diagonals.
  20.        
  21.        Example:
  22.        
  23.            You are X       Computer is O
  24.        
  25.        Step 1.    X0000
  26.        
  27.        Step 2.    X0000X <- You put your piece here.
  28.        
  29.        Step 3.    XXXXXX <- You 'capture' the peices  in  between  and
  30.                             flip them to your color (X).
  31.        
  32.          The  game  continues  until all board squares are filled, or
  33.        neither player can move.  If you cannot move, type a  0 at the
  34.        --> prompt.
  35.        
  36.          The modern game Othello was invented in the city of Tokyo by
  37.        Goro Hasegawa in 1971.  The inventors  of  Reversi  were Lewis
  38.        Waterman and John W Mollett.  The differences  between the two
  39.        games is trivial.
  40.        
  41.        This is Version 1.0  of  the  Turbo  Basic version of Reversi.
  42.        This version is based on code written by Graham Charlton.
  43.        The Turbo Basic (Borland) version is authored by Pete Willard.
  44.        Compuserve: 73717,2627
  45.        
  46.        
  47.        *Othello is a registered trademark of Gabriel Industries, Inc.
  48.        USA and Mine of Information, UK.
  49.        
  50.        
  51.        
  52.