home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3428 / Readme.bomb < prev   
Encoding:
Text File  |  1991-05-27  |  1.2 KB  |  24 lines

  1. Bomb is a simple game of deduction.  There is a 16x16 grid containing
  2. some number of bombs (the default is 30) which you must move through.
  3. Each sector is denoted by a number from 1 to 8 representing the number
  4. of bombs immediately adjacent to it, a space (if there are no bombs
  5. adjacent to it), or a period (if you haven't been there yet).  You may
  6. place a guess as to what a given sector is by positioning the cursor
  7. on it (with the number keys) and pressing the space bar; this will
  8. toggle the sector's classification between unknown (.), bomb (*), and
  9. okay (o).  You start in the upper left hand corner and the object is
  10. to work your way into the lower right hand corner.  If you believe a
  11. sector to be safe, you can move into it by pressing return.  Control-l
  12. will redraw the screen.  If you move into a sector which does not
  13. border on any bombs, the computer will automatically move into each
  14. sector around it.  You may only move into sectors adjacent to sectors
  15. you have already visited.  There are never any bombs bordering on your
  16. starting square.
  17.  
  18. Bomb compiles and runs successfully for the following operating systems:
  19.  
  20. SunOS 4.1, Ultrix 4.1, and VAX/VMS.
  21.  
  22. If you compile bomb successfully on another machine, please add it to
  23. the list.
  24.