home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-04-18 | 1.3 KB | 45 lines |
- # This file contains product information that can be used by
- # KingFisher 2.0 and other similar tools.
-
- .name
- Puzzle
- .type
- Thinking Game
- .short
- Try to put 16 color images back together
- .description
- This is a simple puzzle game. You have square pieces and you move
- them around to make the picture. It is all mouse driven. You can
- show the picture (remember to press the left mouse button to return
- to the puzzle) It is a simple program that doesn't keep track of
- whether you have completed the puzzle or not. Also, I never got
- around to putting in double buffering to get rid of the slight
- flashes. Oh well.
-
- You can use any picture you want so long as it is 320x200 and 16
- colors with the lower 4 colors being unused. The program will
- automatically set the lower four colors to:
-
- color # DPaint Color ADPro Color
- 0 0,0,0 0,0,0
- 1 9,9,9 153,153,153
- 2 14,14,14 238,238,238
- 3 5,5,5 85,85,85
-
- All the other colors can by anything you want.
-
- .version
- 1.3
- .author
- Brian Gragg
- .distribution
- Public Domain
- .email
- briang@sdd.hp.com
- .docs
- Puzzle.Doc
- .described-by
- Dan Fish (daf@starfish.amigalib.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
-