| Description | |||
| This is my first applet
compiled with the final JDK 1.0. This is really not
important, but I was so happy when I finally deleted the
beta2 JDK !!! The applet is based on the one that Muffy Barkocy had realized. A very great thanks to her ! KReversi is the Reversi (or Othello) game, where the player must try to beat the computer. This is really simple, because the algorithm that I used for the computer is very easy. The best feature is that this game is multi language. You can use a parameter for specify the language: ENGLISH, ITALIAN or another one, that is read by a text file. Look at the "Language" parameter. |
| Parameters | |||
| SIZE OF THE APPLET Please provide the correct size to the applet: WIDTH = 321 HEIGHT= 387 Language (english|italian|external, default="english") The language for all the messages. If the value is external, the language is red from an external file, called "language.txt". Click on it to see how is structured. Click here to check the language file in use with an italian "slang" example ... |
| Download | |||
| KReversi.zip |
| Example | |||
Here is the tag used for the example above: <APPLET CODE="KReversi" WIDTH="321" HEIGHT="387"> <PARAM NAME="language" VALUE="english"> </APPLET> |
|||