home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / games / volume2 / mines.shr / README < prev    next >
Text File  |  1987-11-20  |  2KB  |  39 lines

  1. Here are the sources for the mines game.  I hacked this up from the chess
  2. tool - you might recognize the lineage.  I've been too lazy to write a 
  3. manual page for it; however, it's pretty simple:
  4.  
  5. Top Subwindow (the "level" subwindow): Controls how many mines are hidden
  6. in the array.  To change the level, just type a decimal number in this
  7. window and hit return.  Typing return by itself will start a new game
  8. at the same level as the previous one.  No path is guaranteed to exist;
  9. however, the game is unplayable above about 80 mines or so, and at this
  10. level the lack of a path is rare enough to not be frustrating.
  11.  
  12. Middle Subwindow (the "clairvoyance" subwindow):  Tells you how many 
  13. mines are in immediately adjacent squares (including diagonals).  The
  14. top left four squares are always guaranteed to be free of mines.
  15.  
  16. Bottom Subwindow (the "minefield" subwindow):  The object is to get from 
  17. the upper left square to the lower right square without being blown up.
  18. Click:
  19.     - the left mouse button on any adjacent square to move there.  
  20.     Squares that you have occupied are highlighted.
  21.  
  22.     - the middle mouse button on any square to mark the square as
  23.     "dangerous".  Once the square is marked as dangerous, you 
  24.     cannot accidentally move there.
  25.  
  26.     - the right mouse button on any square to mark the square as 
  27.      "safe".  This has no effect on your ability to move on the square,
  28.     but eliminates the need to keep a separate piece of paper around
  29.     or to have an excessively high IQ.
  30.  
  31. The middle and right mouse buttons are "toggles" - that is, clicking on
  32. a square again toggles the square's designation or changes its type (i.e.,
  33. from "safe" to "dangerous").  Both have no effect on squares you have
  34. already occupied.
  35.  
  36. Tom Anderson, (206) 356-5895
  37. John Fluke Mfg. Co., Inc.,  P.O. Box C9090 M/S 245F, Everett, Wa. 98206
  38. { hplsla, microsoft, uw-beaver, sun, tikal }!fluke!toma
  39.