home *** CD-ROM | disk | FTP | other *** search
/ MORE WinGames / WINGAMES.iso / memtiles / memtiles.doc < prev    next >
Text File  |  1991-11-25  |  5KB  |  113 lines

  1. Memory Tiles 2.1   (C) 1991
  2.  
  3. Kevin L. Patch
  4. 75 Pine St. #2
  5. Woburn, MA  01801
  6.  
  7. Phone: (617) 935-8534
  8. Compuserve: 72611, 2301
  9.  
  10. First of all I would like to thank all who registered Version 2.0!
  11. That important step allows shareware authors to continue their work.
  12.  
  13. This program is not free.  It is distributed as Shareware.  That means
  14. that you are free to receive the program and try it out a couple of
  15. times free of charge.  If you like the program and intend to keep using
  16. it, you are asked to register by sending $10, along with your name and
  17. address to the address above.  This does several things, it supports the
  18. shareware concept and proves that it works, it will allow me to continue
  19. to create and distribute shareware programs, and it will get your name on
  20. my mailing list for notices of new versions and programs.  ALSO, even if
  21. you don't send in your registration, please distribute this program in its
  22. original form to any and all BBS's that you call.
  23.  
  24.  
  25. CHANGES FROM VERSION 2.0
  26.  
  27. Those ugly BUGS!  A bug was fixed that caused problems with the High
  28. Scores table.
  29.  
  30. The high scores are no longer stored as text in MEMTILES.HI
  31. Instead, they are written in binary to MEMTILES.HSC.
  32. IMPORTANT - MEMTILES.HI and MEMTILES.HSC are NOT compatible.
  33. DO NOT JUST RENAME MEMTILES.HI to MEMTILES.HSC!
  34.  
  35. The look of all the dialog boxes has changed.  The dialogs use the Borland
  36. Workshop 'Chiseled Steel' look.
  37.  
  38. CHANGES FROM VERSION 1.0
  39.  
  40. There are many changes from version 1.0.  There are now two sets of tile
  41. faces: shapes and pictures.  Both sets can be viewed in a dialog box.
  42. Each set of tile faces can be used or both can be mixed in one game.
  43. The game grid size can be customized to any dimensions.  The tile display
  44. time can be set, or the clickaway mode can be used.
  45.  
  46. A high scores table is implemented in version 2.0!
  47.  
  48.  
  49. Files in MEMTIL21.ZIP:
  50.    MEMTILES.DOC    -    This file
  51.  
  52.    MEMTILES.EXE    -    Windows 3.0 executable file
  53.  
  54.    MEMTILES.HLP    -    Windows 3.0 help file
  55.             Put this in the same directory as MEMTILES.EXE
  56.  
  57.    BWCC.DLL        -    DLL
  58.             Put this in the same directory as MEMTILES.EXE,
  59.             or put it in your WINDOWS or DLL directory.
  60.  
  61.  
  62. To run Memory Tiles do ONE of the following:
  63.  
  64.        1)  Put MEMTILES.EXE in a Program Manager group and select the
  65.        MEMTILES icon.  This is accomplished by selecting NEW from
  66.        the program manager FILE menu.  Choose 'New Item' from the
  67.        dialog box.  A second dialog box will be displayed.  Enter
  68.        'Memory Tiles' at the first prompt, and Enter 'MEMTILES.EXE'
  69.        with the full path name at the second prompt.  The Memory
  70.        Tiles icon should appear in the program manager window.
  71.        Select this icon to launch Memory Tiles.
  72.  
  73.        2)  Type 'MEMTILES' with the full path at the prompt of the
  74.        RUN menu option in program manager.
  75.  
  76.        3)  Launch MEMTILES.EXE from the File Manager.
  77.  
  78. To get on-line help for this program, make sure the help file 'MEMTILES.HLP'
  79. is in the same directory as the MEMTILES.EXE program file, and select an
  80. option from the HELP menu on the main window menu bar.
  81.  
  82.  
  83. A QUICK OVERVIEW:
  84.  
  85. Playing Memory Tiles:
  86.  
  87. The Memory Tiles window consists of an informational area with SCORE,
  88. POINTS, TIME, and PAUSE displays, and the playing grid.  The PAUSE button
  89. stops the timer until the GO button is selected.  The grid is made up of
  90. blank tiles.  Under each tile is a drawing.  The drawings can either be
  91. shapes, pictures, or both.  The drawings occur on the game board in pairs.
  92. The object of the game is to match all the pairs of tiles.  The mouse is
  93. used to "turn over" each tile.  If two tiles that are turned over are a
  94. matching pair, the score is incremented, and the game continues.  If the
  95. tiles do not match, the drawings are shown for a short period of time,
  96. then the tiles are turned back over.  The game continues until all
  97. matches are found.
  98.  
  99. Scoring Memory Tiles:
  100.  
  101. The total game score is shown in the SCORE display.  Each pair of tiles
  102. is potentially worth 50 points.  The points for the next matching pair
  103. are shown in the POINTS informational display.  There are two things
  104. that take away from those 50 points: time and mistakes.  For each second
  105. of the timer, 1 point is taken away from the POINTS value.  Each time two
  106. tiles are turned over and they are not a matching pair, 5 points is taken
  107. away from the POINTS value.  Once two tiles are found that match, whatever
  108. remains in the POINTS number is added to the SCORE.
  109.  
  110. If the POINTS value gets to 0, no points are awarded for the next matching
  111. pair of tiles.  You can not get negative points for a matching pair of
  112. tiles.
  113.