home *** CD-ROM | disk | FTP | other *** search
/ Freelog 30 / Freelog030.iso / Palm / Comptebon / ReadMe.txt < prev    next >
Text File  |  2000-08-20  |  3KB  |  79 lines

  1.                          The count is right
  2.                          V1.0   08/08/2000
  3. WARNING
  4.  
  5.        This application contains code that has been produced by a rather poor
  6.    programmer... That means it can potentially damage or crash your organizer
  7.    and lead to data loss. Please be sure to have a good backup prior to
  8.    installing and while running this application, even if i actually didn't
  9.    discover any bug...  yet...  ;-)
  10.  
  11. INTRODUCTION
  12.  
  13.        The goal of this program is to find a solution to a TV game called
  14.    "The count is right" where player need to compute a number between 1 to
  15.    999 starting with 6 others numbers randomly choosed among these values
  16.    1-9,10,25,50,100 and combined with the four basic operations + - x /.
  17.  
  18.    example : 
  19.  
  20.     With 1, 4, 8, 5, 50, 3 compute 618
  21.  
  22.     Result ==>OK it's possible : 618
  23.          50 -  8 =  42
  24.          42 *  5 = 210
  25.         210 -  4 = 206
  26.         206 *  3 = 618
  27.  
  28. USAGE
  29.  
  30.        For each operand number you choose its value in the list or you may
  31.    randomly choose all the 6 by clicking on the "Loto" button, after that
  32.    you may randomly choose the number to compute or you write it instead the
  33.    888 default value. You "clik" on the "Compute" button and you...wait...
  34.    from 2-3 secondes to about 60 secondes if no solution exists...
  35.    The result is written in the text field (you may copy it).
  36.  
  37. LICENSE AND COPYRIGHT INFORMATION
  38.  
  39.    "The count is right" is freeware and is Copyright (C) Pierre TOUZEAU, 2000.
  40.                          ALL RIGHTS RESERVED.
  41.  
  42.    "The count is right" is freeware, it may be distributed freely, but not sold
  43.    or included in for-profit collections without written permission from the
  44.    author. 
  45.  
  46.    Please do not redistribute "The count is right" without this file.
  47.    
  48. LIMITED WARRANTY 
  49.  
  50.    NO WARRANTIES. Pierre TOUZEAU expressly disclaim any warranty for the
  51.    "The count is right". It and any related documentation is provided "as is"
  52.    without warranty of any kind, either express or implied, including,
  53.    without limitation, the implied warranties or merchantability, fitness
  54.    for a particular purpose, or noninfringement. The entire risk arising out
  55.    of use or performance of the "The count is right" remains with you.
  56.  
  57.    USE AT YOUR OWN RISK. In no event shall Pierre Touzeau or its suppliers
  58.    be liable for any damages whatsoever (including, without limitation,
  59.    damages for loss of business profits, business interruption, loss of
  60.    business information, or any other pecuniary loss) arising out of the
  61.    use of or inability to use this product, even if Pierre TOUZEAU have been
  62.    advised of the possibility of such damages.
  63.  
  64.  
  65. VERSION HISTORY
  66.  
  67.    1.2 - August 21, 2000.
  68.     1st Release in English ==> 1.2 EN (1.2 FR = 1.2 EN)
  69.     Beginning of internationalization : Strings in resource file
  70.     
  71. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  72.    1.1 - August 18, 2000
  73.     Button "Loto" added (choose randomly the 6 input numbers)
  74.     Clean the result field before each new compute
  75.         
  76.  
  77.    1.0 - August 8, 2000. First public release.
  78.  
  79.