home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / games / volume14 / mine / part01 / minesweeper.txt < prev    next >
Text File  |  1992-08-31  |  1KB  |  26 lines

  1. mine [-f] [-n <bombs>] [<x>] [<y>]
  2.  
  3. The goal of this game is to discover a mine field.
  4. The player can discover a square by going into it with the arrows
  5. and then hitting the space bar. If this square contains  a mine
  6. a '@' appears and the game is over. If not, a number appears that
  7. represents the number of mines in the contiguous squares. 
  8. The player wins when he has discovered all the empty squares.
  9.  
  10. The -f options starts the game with a smaller field than the default one.
  11. The other options allow to specify the field and the number of mines.
  12.  
  13.  
  14. Apart from the space bar and the arrows, the keys are
  15.         - 'f' to (un)mark the position of a mine
  16.         - 'n' to start a new game.
  17.         - 'q' to quit the game.
  18.         - 'p' to make a pause
  19.         - 'c' when your boss arrives
  20.  
  21. To install it, create  a 'mine' user, put root as owner of the game and
  22. the set user id bit. If you want to share the score file across the
  23. network, the /etc/mine.score must contain the list of the machines
  24. for which the score has to be updated.
  25.  
  26.