home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / wbgames / amines / readme < prev    next >
Text File  |  2001-01-16  |  5KB  |  145 lines

  1.  
  2.             AMines V1.2 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.                   Amtmann-Schipper-Str.94
  11.                   4407 Emsdetten
  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. Why did I do it:
  38.  
  39. I saw this game on XWindows Workstations, and I think the idea
  40. of this game is really good. Also the XWindows implementation of it
  41. is nice to use. So I looked for an Amiga version of this game, and
  42. found one. But it was different from what I expected. So I decided to
  43. write my own Version. My aim was, to have the same simple user-interface,
  44. as the XWindows version has (No Menus to restart or pressing any keys,
  45. but doing everything by simple mouseclicks).
  46. On the other hand, I never wrote any Amiga specific program, and I
  47. used this game to learn a little bit about Intuition and such things.
  48. Because it is my first Program written in C, I didn't include the
  49. sources. Everyone who knows something about C would have lots of fun
  50. reading the sourcecode, and those people who don't know C wouldn't
  51. be able to learn something from it (except from learning how to do it NOT).
  52.  
  53.  
  54.  
  55. Starting AMines:
  56.  
  57. You can start AMines CLI or Workbench. AMines tries to create a
  58. file .minesrc in your S: directory, where the highscores are saved,
  59. if it is not already existant.
  60.  
  61.  
  62. How to play:
  63.  
  64. When you started AMines, a window appears, with 30x16 fields.
  65. Under 99 of these, there is a mine. Your aim is, do detect all the
  66. fields with mines. Therefore you can use the left mousebutton, to look
  67. at a field. If there is a mine, you have lost and can restart the game
  68. by pressing the left mousebutton in the Highscore-window. If there was no 
  69. mine under the field, a number appears,
  70. that says to you, how much mines are on the fields in the direct
  71. neighbourhood. (The fields in the middle have eight neighbours, the ones
  72. at the border 5, and the fields in the corners 3).
  73. If you touch a field that has no mine at the neighbour-fields, all
  74. neighbour-fields are uncovered automatically (this works recursively, so
  75. that many fields may be uncovered by one touch).
  76. If you are shure that a mine is under a special field, you can mark it
  77. by touching it with the right mousebutton and a small flag appears on it.
  78. But there is another function for the right mousebutton. If a field has
  79. for example 3 mines in the neighbourhood and you already marked 3 fields,
  80. you can free the rest of neighbours, by touching the field with the
  81. right mousebutton. But be carefull: If you marked the wrong fields,
  82. the fields that really contain mines are uncovered and the game is over.
  83.  
  84.  
  85. Known Bugs:
  86. There is a problem with the string-requester for entering the players
  87. name for the highscore list. It works under 1.3 and 2.0, but
  88. with 1.3 it doesn't look very good and it doesn't autoactivate.
  89.  
  90. =====================================================================
  91. Changes since V1.0:
  92.  
  93. - There was an error in the recursively clearing of the field, that is
  94.   removed now.
  95.  
  96. - If you loose, the gametime is displayed, too
  97.  
  98. - The Restart or Stop function is changed a little bit.
  99.  
  100.  
  101. Changes since V1.1
  102.  
  103. - AMines is fontsensitive now.
  104.  
  105. - It runs under OS2.0 only
  106.   (1.2/1.3-Users can still run Version 1.1, that can be found on 
  107.    Fish-Disk 707)
  108.  
  109. =====================================================================
  110.  
  111. AMines was compiled with DICE. (thanks to  Matt Dillon)
  112.  
  113. =====================================================================
  114.  
  115. Special thanks to Franz-Josef Brinkkoetter, who tested and tested and
  116. tested and tested and .......
  117. Thanks also to Michael Moellerfeld, who gave me some hints
  118. when i had problems.
  119.  
  120. ======================================================================
  121.  
  122.  
  123. If you like the game spread it, if you don't like it spread it, too.
  124.  
  125.  
  126. If you find any bug or if you have suggestions for improvements
  127. report them to me. Also if you just want to tell me how fantastic
  128. the game is, you can send me a note :-)
  129.  
  130. =======================================================================
  131.  
  132. My Address
  133.  
  134.  
  135.  
  136. EMail: Internet: srb125@math.uni-muenster.de   (prefered)
  137.                  huesman@dmswwu1a.uni-muenster.de
  138.        Z-Netz  : MUD@AMIGA-MS.ZER
  139.  
  140.  
  141. Manfred Huesmann      from September 1992:    Manfred  Huesmann
  142. Gescherweg 78 D-107                Amtmann-Schipper-Str. 94
  143. 4400 Muenster                    4407 Emsdetten
  144. Germany                     Germany
  145.