home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 7 Games / 07-Games.zip / lines2.zip / ReadMe.Eng < prev    next >
Text File  |  1999-09-23  |  2KB  |  40 lines

  1.  
  2.     Lines/2 - another clone of well-known game LINES (authors Oleg Demin, 
  3. Igor Ivkin, Gennady Denisov), created for OS/2 PM.
  4.  
  5.     For those who unknown with the original rules:
  6.  
  7. The goal is to collect as much as possible points by combining one color balls
  8. into lines (vertical, horizontal, diagonal). At each step program randomly
  9. puts into free cells three balls. The step of gamer is to move one ball onto 
  10. any free cell if it's possible (there is a route to this cell). When line is
  11. combined from 5 or more balls it's dissapeared and gamer gets a points. Game
  12. is over when there are no free cells.
  13.  
  14. For each ball in the combined line the gamer gets one point. If line contained
  15. more than 5 balls, for each additional (over 5) N ball the N points will be 
  16. added:
  17.     for 6 balls: 1*6+1     = 7 points;
  18.     for 7 balls: 1*7+1+2   =10 points;
  19.     for 8 balls: 1*8+1+2+3 =14 points, and so on...
  20.  
  21.     If you have a sound card and MMOS2 installed, Lines/2 can use sound effects.
  22. Parameters of audio-subsytem can be tuned by commandline switchers::
  23.  
  24.     /NoAD  Do not use audio
  25.  
  26.     /ADVol:XX  where òò - number from 0..100. Determinies volume level
  27.                of sound effects
  28.                This value is saved into LINES.INI initialisation file.
  29.                If there no such parameter when program starts, the value will
  30.                be readed from INI-file
  31.  
  32. You can join several tables (stored in LINES.INI) of best results into one.
  33. To do this use commandline parameter:
  34.  
  35.     /Res:<initialisation file>  
  36.  
  37.     This program is freeware. 
  38.         
  39.     All comments can be send to 2:5058/4, Eugeny Rubtsov.               
  40.