home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / games / puzzle13.pi < prev    next >
Fred Fish's Product-Info  |  1995-04-18  |  1KB  |  45 lines

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. Puzzle
  6. .type
  7. Thinking Game
  8. .short
  9. Try to put 16 color images back together
  10. .description
  11. This is a simple puzzle game.  You have square pieces and you move
  12. them around to make the picture.  It is all mouse driven.  You can
  13. show the picture (remember to press the left mouse button to return
  14. to the puzzle)  It is a simple program that doesn't keep track of 
  15. whether you have completed the puzzle or not.  Also, I never got
  16. around to putting in double buffering to get rid of the slight
  17. flashes.  Oh well.
  18.  
  19. You can use any picture you want so long as it is 320x200 and 16 
  20. colors with the lower 4 colors being unused. The program will 
  21. automatically set the lower four colors to:
  22.  
  23.      color #       DPaint Color       ADPro Color
  24.        0            0,0,0              0,0,0
  25.        1            9,9,9              153,153,153
  26.        2            14,14,14           238,238,238
  27.        3            5,5,5              85,85,85
  28.        
  29. All the other colors can by anything you want.  
  30.  
  31. .version
  32. 1.3
  33. .author
  34. Brian Gragg       
  35. .distribution
  36. Public Domain
  37. .email
  38. briang@sdd.hp.com
  39. .docs
  40. Puzzle.Doc
  41. .described-by
  42. Dan Fish (daf@starfish.amigalib.com)
  43. .submittal
  44. Downloaded via ftp from wuarchive.wustl.edu.
  45.