home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 417.lha / TAXMAN / TAXMAN.DOC < prev    next >
Encoding:
Text File  |  1990-09-03  |  1.0 KB  |  28 lines

  1. TaxMan was compiled with Cursor V1.0 (c) Copyright 1990 by Jürgen
  2. Forster
  3.  
  4. If you want to use Taxman, copy the file 'bas_runtime.library' to
  5. your LIBS:-directory.  All programs compiled with 'Cursor' need
  6. this library.  As 'Cursor' uses the four math-libraries
  7. (mathffp.library, mathtrans.library, mathieeedoubbas.library,
  8. mathieeedoubtrans.library) for floating-point operations, a
  9. compiled program always opens these four libraries (even if you
  10. only use integer variables), so you must have these four
  11. libraries in your LIBS: directory (or of course in the ROM). 
  12.  
  13. Taxman is a math strategy game.  Simple enough in concept, yet
  14. not always easy to win.  Instructions are part of the program so
  15. I won't go into them here.  A hint for winning, is to pick
  16. numbers that will factor into the fewest possible pieces first.
  17.  
  18. ie. in a 12 number field
  19. "1 2 3 4 5 6 7 8 9 10 11 12"
  20.  
  21. A winning strategy would be:
  22. 2, 8, 9, 10, 12.
  23.  
  24. Taxman is public domain.  No copyright is claimed, or implied.
  25.  
  26. Bas_runtime.library belongs to Jürgen Forster.
  27.  
  28. Enjoy.            -Alex Baker 7/18/90