This is Puzzle Version 1.0.11 (2001/03/31)

Features include:

Usage of puzzle.java in Html:

<APPLET CODE="puzzle.class" CODEBASE="./" WIDTH="380" HEIGHT="400">
<PARAM NAME="Image" VALUE="/puzzle/images/rapa.jpg">
<PARAM NAME="rows" VALUE="3">
<PARAM NAME="cols" VALUE="3">
<PARAM NAME="maxPieces" VALUE="25">
<PARAM NAME="result" VALUE="popup">
Alternative Html code to be displayed if browser's not Java capable
</APPLET>
the parameter result (new in 1.0.10) controls the behavior of Congratulation Message. It can be set to three different values:

choose the WIDTH tag about 80 pixels wider then your image, the HEIGHT tag should be about 100 pixels larger (depending on the window-system you are using).

images are searched for from the codebase (getCodeBase())


Changes in 1.0.11

Changes in 1.0.10


Our Experiences -- Java versions

Version 1.0.11 is written for a Java interpreter 1.0.2+. It's supposed to be running on newer Versions. My personal experiences showed, that this code runs in most java-supporting browseres.

The java Applet was developed under Linux (Kernel 2.0.35) running the GNU port of the Java virtual machine (Java 1.1.6). Appletviewer and Netscape Communicator 4.06 had no troubles with the applet. To compile the stuff on my slow pentium, I used the very fast compiler from IBM, jikes (free as well).


Known Bugs


Availability:

Tar-gzipped Version Zipped Version
Puzzle.tar.gz Puzzle.zip

Those of you, who have troubles with GZIP or TAR archives can view our directory listing. Please keep the source code included --- it's not because it is written so perfectly, but maybe someone is interested..


bernd@komplett.cc

back to our Puzzle-page