Jigsaw

To use the jigsaw on your website...
  1. Save this jar file in the same directory as the web page
  2. Insert this code into you're webpage:
    <applet archive="Puzzle.jar" code="Puzzle.class" width="600" height="500">
    <param name="image" value="imagename.jpg">
    <param name="piecesize" value="50">
    <param name="xpieces" value="6">
    <param name="ypieces" value="6">
    <param name="rescale" value="no">
    <param name="backColor" value="255000255">  
    </applet>
  3. Background colour value must be of the form RRRGGGBBB (9 digits) where RRR, GGG, BBB are >=0 and <=255
  4. Select the number of pieces in the x and y directions, and the size of the pieces (in pixels) by changing the parameters. Make sure that the image size is right (it must be xpieces*piecesize wide and ypieces*piecesize tall) - you may need to do a bit of editing.
  5. The width and height in the applet tag are the size of the play area not the image. You can change them if you need to.
  6. Save the image in the same directory
  7. I don't charge for this, but I do retain copyright. Please:

Click and drag the pieces around, right click (or shift-click) to rotate them.