home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Pascal / Games / Showwit! 1.0 / source code / Documentation / About Showwit! Solver next >
Encoding:
Text File  |  1996-02-14  |  3.4 KB  |  86 lines  |  [TEXT/ttxt]

  1. Showwit! Solver
  2.  
  3. Showwit! Solver Preview release version.
  4. Copyright © 1996 by Patrick C Hew. All Rights Reserved.
  5. This program is freeware.
  6.  
  7. For comments, complaints and questions (how's that for alliteration!), I can be contacted at <phew@ucc.gu.uwa.edu.au> .
  8.  
  9.  
  10. Description
  11. -----------
  12.  
  13. Showwit! Solver generates solutions for Showwit! levels. These solutions can be copied and pasted as text, or saved in a text file.
  14.  
  15. Use the File menu to open and close Showwit! level files. The number of levels files which may be open at a time is subject only to the available memory.
  16.  
  17. To solve a level, select it from the list, then select “Solve” from the Levels menu. To generate solutions for all levels , select “Solve All”. When the “Multiple Solutions” option is select, all the possible ways of solving the level are reported, otherwise only the first solution found is reported.
  18.  
  19. Use the Log menu to save or clear the contents of the log window.
  20.  
  21.  
  22. Solution Reports
  23. ---------------
  24.  
  25. A solution report will be in one of the following forms :-
  26.  
  27. 1)    Solution exists
  28.  
  29. <Filename> : <Level Name>
  30.  [ List of tiles to click ]
  31.  [ If multiple solutions, then second list ]
  32.  [ etc. ]
  33.  
  34. The tiles are listed by number, according to the following key :-
  35.  
  36. 1    2    3    4
  37. 5    6    7    8
  38. 9    10    11    12
  39. 13    14    15    16
  40.  
  41. To solve the level, click ONCE on each of the tiles listed. The tiles may be clicked in any order.
  42.  
  43. Solutions are listed in the order that they are found by the search algorithm. They are not listed by ease of use, or by any particular measure of optimality.
  44.  
  45. 2)    No solution exists
  46.  
  47. <Filename> : <Level Name>
  48.  No Solution
  49.  
  50. 3)    The picture is already showing at the start (trivial case)
  51.  
  52. <Filename> : <Level Name>
  53.  Picture is showing at start!
  54.  
  55.  
  56. Notes
  57. -----
  58.  
  59. 1)    For convenience, the levels included with the Showwit! application are duplicated in the file “Default Levels for Showwit!”.
  60.  
  61. 2)    The log can only store 32k, due to the limits of TextEdit. When it is near to full, the log will be automatically erased. The contents are NOT saved.
  62.  
  63.  
  64. Small Print
  65. -----------
  66.  
  67. This program is Freeware, which means that it may be distributed freely in its original, unmodified form. Other than this, the author reserves all rights which are applicable under copyright laws.
  68.  
  69. You may distribute this program any way you wish as long as you don't charge for it (except for reasonable download costs), and so long as it is distributed in its original, unmodified form.
  70.  
  71. You MAY NOT DISTRIBUTE this program on any disk costing more than $5 without my explicit permission. You MAY NOT DISTRIBUTE this program on any CD without my explicit permission.
  72.  
  73.  
  74. Warranty
  75. ---------
  76.  
  77. This program should do what I’ve described in this document. If it doesn't, contact me and I’ll try to sort it out. If the reply isn't to your satisfaction, you can simply stop using the program.
  78.  
  79.  
  80. Fine Print
  81. ---------
  82.  
  83. Patrick C Hew hereby disclaims all warranties relating to this software, whether express or implied, including without limitation any implied warranties of merchantability or fitness for a particular purpose. Patrick C Hew will not be liable for any special, incidental, consequential, indirect or similar damages due to loss of data or any other reason, even if Patrick C Hew or an agent of his has been advised of the possibility of such damages. In no event shall Patrick C Hew be liable for any damages, regardless of the form of the claim.  The person using the software bears all risk as to the quality and performance of the software.
  84.  
  85.  
  86.