home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d7xx / d707 / amines.lha / AMines / ReadMe < prev    next >
Text File  |  1992-08-05  |  5KB  |  140 lines

  1.  
  2.             AMines V1.1 by Manfred Huesmann
  3. ==========================================================================
  4.  
  5. IMPORTANT:
  6.         THIS PROGRAM IS FREEWARE !!!
  7.         Copyright (c) 1992 and All Rights Reserved by
  8.  
  9.                   Manfred Huesmann
  10.                   Gescherweg 78 D-107
  11.                   4400 Muenster
  12.                   Germany
  13.  
  14.         It is NOT Public Domain !!!
  15.  
  16. ==========================================================================
  17.  
  18. This Program may freely be copied by anyone except for commercial
  19. purpose. It may be distributed on AmigaLibDisks by Fred Fish,
  20. and on electronic Networks, as long as this file is included
  21. in the distribution.
  22.  
  23. All rights to this program are reserved by the author, including the
  24. right to forbid the distribution for special persons or groups, now
  25. or later.
  26.  
  27. =========================================================================
  28.  
  29. Introduction:
  30.  
  31. AMines is the conversion of the XWindows-Game XMines. I don't know
  32. the sourcecode of XMines, but I tried to write AMines to behave just
  33. as the XWindows version. The only difference is the Mouse-Handling
  34. (because the Amiga-Mouse has only two buttons) and the windowtitle
  35. (because there is not enough free space on an Amiga-Screen).
  36.  
  37. AMines runs under 1.3 and 2.0. To have the 3D-Effect, 1.3  users should
  38. set the colors to the 2.0 standard colors.
  39.  
  40.  
  41. Why did I do it:
  42.  
  43. I saw this game on XWindows Workstations, and I think the idea
  44. of this game is really good. Also the XWindows implementation of it
  45. is nice to use. So I looked for an Amiga version of this game, and
  46. found one. But it was different from what I expected. So I decided to
  47. write my own Version. My aim was, to have the same simple user-interface,
  48. as the XWindows version has (No Menus to restart or pressing any keys,
  49. but doing everything by simple mouseclicks).
  50. On the other hand, I never wrote any Amiga specific program, and I
  51. used this game to learn a little bit about Intuition and such things.
  52. Because it is my first Program written in C, I didn't include the
  53. sources. Everyone who knows something about C would have lots of fun
  54. reading the sourcecode, and those people who don't know C wouldn't
  55. be able to learn something from it (except from learning how to do it NOT).
  56.  
  57.  
  58.  
  59. Starting AMines:
  60.  
  61. You can start AMines CLI or Workbench. AMines tries to create a
  62. file .minesrc in your S: directory, where the highscores are saved,
  63. if it is not already existant.
  64.  
  65.  
  66. How to play:
  67.  
  68. When you started AMines, a window appears, with 30x16 fields.
  69. Under 99 of these, there is a mine. Your aim is, do detect all the
  70. fields with mines. Therefore you can use the left mousebutton, to look
  71. at a field. If there is a mine, you have lost and can restart the game
  72. by pressing the left mousebutton in the Highscore-window. If there was no 
  73. mine under the field, a number appears,
  74. that says to you, how much mines are on the fields in the direct
  75. neighbourhood. (The fields in the middle have eight neighbours, the ones
  76. at the border 5, and the fields in the corners 3).
  77. If you touch a field that has no mine at the neighbour-fields, all
  78. neighbour-fields are uncovered automatically (this works recursively, so
  79. that many fields may be uncovered by one touch).
  80. If you are shure that a mine is under a special field, you can mark it
  81. by touching it with the right mousebutton and a small flag appears on it.
  82. But there is another function for the right mousebutton. If a field has
  83. for example 3 mines in the neighbourhood and you already marked 3 fields,
  84. you can free the rest of neighbours, by touching the field with the
  85. right mousebutton. But be carefull: If you marked the wrong fields,
  86. the fields that really contain mines are uncovered and the game is over.
  87.  
  88.  
  89. Known Bugs:
  90. There is a problem with the string-requester for entering the players
  91. name for the highscore list. It works under 1.3 and 2.0, but
  92. with 1.3 it doesn't look very good and it doesn't autoactivate.
  93.  
  94. =====================================================================
  95. Changes since V1.0:
  96.  
  97. - There was an error in the recursively clearing of the field, that is
  98.   removed now.
  99.  
  100. - If you loose, the gametime is displayed, too
  101.  
  102. - The Restart or Stop function is changed a little bit.
  103.  
  104. =====================================================================
  105.  
  106. AMines was compiled with DICE. (thanks to  Matt Dillon)
  107.  
  108. =====================================================================
  109.  
  110. Special thanks to Franz-Josef Brinkkoetter, who tested and tested and
  111. tested and tested and .......
  112. Thanks also to Michael Moellerfeld, who gave me some hints
  113. when i had problems.
  114.  
  115. ======================================================================
  116.  
  117.  
  118. If you like the game spread it, if you don't like it spread it, too.
  119.  
  120.  
  121. If you find any bug or if you have suggestions for improvements
  122. report them to me. Also if you just want to tell me how fantastic
  123. the game is, you can send me a note :-)
  124.  
  125. =======================================================================
  126.  
  127. My Address
  128.  
  129.  
  130.  
  131. EMail: Internet: srb125@math.uni-muenster.de   (prefered)
  132.                  huesman@dmswwu1a.uni-muenster.de
  133.  
  134.  
  135.  
  136. Manfred Huesmann      from September 1992:    Manfred  Huesmann
  137. Gescherweg 78 D-107                Amtmann-Schipper-Str. 94
  138. 4400 Muenster                    4407 Emsdetten
  139. Germany                     Germany
  140.