home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Mobile / Chip_Mobile_2001.iso / palm / spiele / pilotmin / pilotmin.exe / pmines / README.txt < prev   
Encoding:
Text File  |  2000-11-21  |  1.5 KB  |  34 lines

  1.  
  2. Pilot Mines is a little freeware application, modelled after an X11
  3. minesweeper clone (which in turn was modelled after the original MS game).
  4.  
  5. The controls are fairly easy (if you know the game): tapping on a covered
  6. field will uncover it (like the left mouse button in the original game),
  7. tapping on an uncovered field does the same as pressing the middle mouse
  8. button in the original game, tapping on a covered field while pressing the
  9. page up or page down button toggles flagging that field (that's what the
  10. right mouse button does).
  11.  
  12. Thanks to Dylan Ginsburg <dylan@mailzone.com> for suggesting another
  13. controls scheme: instead of using the page up/down keys all the time, the
  14. first tap on a covered field will flag it, the second will uncover it.
  15. Pressing the page up/down key while tapping a covered field toggles the flag
  16. as before. This scheme is selectable via preferences menu (it's called
  17. Dylan style controls :-).
  18.  
  19. The program source is supplied, in case anybody is interested in this four
  20. day hack -- I've actually found out how to connect gdb to xcopilot (see the
  21. comments for the Show() function :-). The Makefile and .rcp file is setup
  22. for use under Unix, you probably have to change things to make it work under
  23. Windows.
  24.  
  25. There is some sort of locale support: you can compile Pilot Mines as german
  26. or english version. Simply set the LANGUAGE variable in the Makefile.
  27.  
  28. mine-en.prc    is the english version of the program,
  29. mine-de.prc    the german version.
  30.  
  31. Have fun with it,
  32. Thomas
  33.  
  34.