<-- 'Magic Sum' text position: x y --> <-- 'Level' text position: x y --> <-- difficulty level between 1 and 4 --> <-- flag to auto increase level (1 = yes, else = no) --> <-- score position: x y --> <-- bubble diameter --> <-- distance to central bubble --> <-- central bubble center: x y --> <-- 'New' button position: x y -->

BubblePuzzle (version: 2007.04.21)

[The J Maker Home] [Software's Home] [Software's Latest Download] [Pricing] [Contact] [FAQ]

[Description]: This Java applet implements a configurable number puzzle game. The goal is to add up the 3 numbers on each line and all the sums of the lines must be equal. The magic sum is the hint.

[Tips]: Divide the magic sum by 3 and you will get the value that must be in the center in order to complete the puzzle. Click on a bubble on the outside to swap the number positions. A solid bubble indicates a valid number placement on the line. To start a new game, click on the 'New Puzzle' button.

[Parameters]:
Parameter Value Description
width of the applet
height of the applet
regcoderegistration code
loading toggle to display the loading message (0 = do not display)
bgimage background image file: fill in "none" if no image
sumpos 'Magic Sum' text position: x y
levelpos 'Level' text position: x y
level difficulty level between 1 and 4
autolevel flag to auto increase level (1 = yes, else = no)
scorepos score position: x y
bubblesizebubble diameter
bubbledistdistance to central bubble
bubblepos central bubble center: x y
bubblebgbubble background color: R G B
bubblefgbubble foreground color: R G B
panelbgpanel background color: R G B
panelfgpanel foreground color: R G B
newpos 'New' button position: x y
buttonbgbutton background color: R G B
buttonfgbutton foreground color: R G B
NewGameTexttext string for starting a new game
LevelTexttext string for difficulty level
SumTexttext string for magic number
WinTexttext string for a player win



Auto-generated code to be inserted into your HTML page:

P.S. Copy all necessary *.jar, images (e.g. *.gif or *.jpg), and data files (e.g. *.txt) to your web directory and embed the above code into your own HTML file.



[Package Info]:
  • File Descriptions:
  • BubblePuzzle.html - this file
  • BubblePuzzle.jar - BubblePuzzle program classes
  • BubblePuzzle*.jpg - sample image files
  • Possible Improvements:
  • customizable number of bubbles