home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / games / volume5 / landmine / README < prev   
Text File  |  1988-09-21  |  989b  |  23 lines

  1.      Land Mine is a program that creates random "mines" on a SunView 
  2.      screen.  I got the idea for this about a year ago when someone
  3.      ran the "termite" program on my sun.  I swore to get "even" and
  4.      eventually, when I found the time, I wrote this code.
  5.  
  6.      The number of land mines generated by this program is determined
  7.      by a define near the top of the C file.  If you want more than
  8.      150 mines, increase the number for the NUM_MINES define.  By 
  9.      increasing the number of mines however, you will cause the system 
  10.      to slow down considerably!  If you want a larger "hit" area, 
  11.      increase the PIXEL_AREA define.  Inceasing this number will not
  12.      change the speed at which the workstation is performing.
  13.  
  14.      Thanks to Chuck Musciano of Harris and his "eyecon" program for 
  15.      showing an easy way to determine mouse location.
  16.  
  17.  
  18.      Rick Schneider
  19.      Vicom Systems Inc.
  20.      2520 Junction Ave
  21.      San Jose, California, 95134
  22.      (408) 432-8660
  23.