Sudoku (version: 2007.05.30)

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

[Description]: This Java applet implements a configurable multi-level Sudoku game. This popular Japanese number-placing game has 3 simple rules. Numbers from 1 to 9 can appear only once on the same row, column, or 3x3 cell.

[Tips]: Move the mouse over a modifiable cell and click on it. Key in a number. Once all the cells are successfully filled in, then the game is won. Click on the arrow buttons to switch levels and 'N' to start a new game.

[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
gamepos game area position: x y
butpos 'New' button position: x y
board game setup file
beginid beginning game index
autoflagflag to auto-increment game id (1 = yes, otherwise no)
panelbgpanel background color: R G B
panelfgpanel foreground color: R G B
buttonbgbutton background color: R G B
buttonfgbutton foreground color: R G B
framecolorgame frame color: R G B
usercoloruser input color: R G B
rownumber of rows for the game board
colnumber of columns for the game board
gridwidthwidth for each grid cell
gridheightheight for each grid cell
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:
  • Sudoku.html - this file
  • Sudoku.jar - Sudoku program classes
  • Sudoku.txt - sample game setup file
  • Sudoku*.gif - sample image files
  • Possible Improvements: