

	***  Nibbly V1.05  ***


Thanks for downloading my applet - hope you can use it. Remember a link to my page is always nice if you use my applet :-)

Just insert the game as a normal applet with this size setting:

<APPLET ARCHIVE="nibbly.jar" CODE="nibbly" WIDTH=402 HEIGHT=350>
<param name="highScore" value="1"> <! 1: the highscore is active  -  0: the highscore is disabled>
<param name="highScoreID" value="100"> <! Obtain your unique ID - send me an email and an URL for the applet>
</APPLET>

This Nibbly applet contains a highscore. (You can diable it if you like)  

That means that when a game ends, and you have completed all levels, 
the applet sends data to the highscore database. (you can see the default highscore at my page) 

If you are not connected to the internet it will display 
an empty browser window - just close it.

The highscore id is default 100 which all can use.

If you want your own private highscore on your site you have to 
obtain an unique code from me - mail me

karsten@g5.dk 

and you will get one. 

(You should already have the applet running on your site with the
default highscore Id(100) when you request an ID ! - Remember to send URL!)
 

When you want to display the highscore the link is:

www.g5.dk/highscore/highscore.asp?id=100&n=20 

 id: id is the universal (100) or your own if you have one.
 n:  if you want 'Top 20'(n=20) or 'Top 50'(n=50) or ..what ever. n is the number of elements to show.

eg. put this piece of html under the applet html:

<a href="http://www.g5.dk/highscore/highscore.asp?id=100&n=20" target=new >View highscore</a>

If you have problems you can send me a mail. 

Good luck!

Best regards
Karsten Mandrup Nielsen
Denmark

	-------------------
	Mail: karsten@g5.dk
	Page: www.G5.dk 
	-------------------

Change from 1.01 -> 1.02
	* codeBase, not documentBase.

Change from 1.02 -> 1.05
	* smashed up in a .jar file
	* loading bar when images is loaded


Cut/paste:

<APPLET ARCHIVE="nibbly.jar" CODE="nibbly" WIDTH=402 HEIGHT=350>
<param name="highScore" value="1"> <! 1: the highscore is active  -  0: the highscore is disabled>
<param name="highScoreID" value="100"> <! Obtain your unique ID - send me an email and an URL for the applet>
</APPLET><br>
<a href="http://www.g5.dk/highscore/highscore.asp?id=100&n=20" target=new >View highscore</a>