Contents | Index | < Browse | Browse >
Puzzle    1.3    Try to put 16 color images back together

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.

Author: Brian Gragg
Path: game/Puzzle-1.3.lha