home *** CD-ROM | disk | FTP | other *** search
/ M.u.C.S. Disc 2000 / MUCS2000.iso / spiele / powerup / tum / readme < prev    next >
Text File  |  1996-09-05  |  2KB  |  59 lines

  1. The Ultimate Minesweeper V0.1 (preview)
  2. ---------------------------------------
  3.  
  4. T.U.M is FREEWARE. Copying and distribution is allowed, only if it's files are
  5. kept together and not changed. Making profit on selling this program is strictly
  6. prohibited.
  7.  
  8. The following files should be always together:
  9.  
  10. TUM.PRG        Program
  11. TUM.RSC        RSC file in English
  12. TUM.GFX        Graphics
  13. README         You're reading it at the moment
  14.  
  15. SFX\           Sound Samples (ripped from Atari's 'Landmine')
  16.    CHIM.RAW
  17.    CHIN.RAW
  18.    EXPL.RAW
  19.    HORN.RAW
  20.    POOF.RAW
  21.    YEAH.RAW
  22.  
  23. My address:
  24. Endre Burany
  25. Bulevar Cara Lazara 81
  26. 21000 Novi Sad
  27. Yugoslavia
  28.  
  29. E-mail:
  30. aburanj@sezampro.com
  31. s6606bur@sun10.vsz.bme.hu
  32.  
  33. I decided to write my own Minesweeper as I wasn't satisfied with any
  34. Minesweeper clones I've met for Atari. It seems that their authors forgot to
  35. implement square opening with BOTH mouse buttons.
  36. So this version solves that problem, but as it's only a preview, it still has
  37. some known bugs and limitations:
  38.  
  39. 1. Although I tried to write a 100% clean GEM program, there are problems with
  40. redrawing the window. The problem is that vro_cpyfm, which is responsible for
  41. graphics ignores GEM clipping (I think that vro_cpyfm is actually equal to the
  42. bitblt function of Line-A). Any idea what to use to have fast, flexible gfx
  43. display in all resolutions?
  44.  
  45. 2. The program currently works correctly only in the 640x480x16 resolution of
  46. the Falcon. Other resolutions will be supported in the near future (all of
  47. them, I hope).
  48.  
  49. 3.  The sound is played using the new Xbios functions of the Falcon, other-
  50. wise you have to switch it off.
  51.  
  52. Planned improvements:
  53.  
  54. - to be able to run in any resolution
  55. - to be able to run also as an ACC
  56. - dialogues in windows
  57. - fixed bugs
  58.  
  59.    Prowler of Killers, September '96