ChessSteps (version: 2006.07.15)

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

[Description]: This is a web-based chess viewer written in Java to display and control checker moves. You can put all the cheker moves in a text file and use this viewer to step forward, backward, play, reset, stop. You can also set up the chess board with only the checkers you want and initialize their positions. This applet is suitable for an online chess tutorial.

[Tips]: Use the action button to control the viewer.

In the text file "ChessSteps.txt" of checker setup and moves, "K", "Q", "B", "N", "R", and "P" are for the white checkers while their lower-case counterparts are for the black side. The first 8 lines in the file are used to set up the initial positions. Edit this file for your purpose.

[Parameters]:
Parameter Value Description
applet width
applet height
regcoderegistration code
loadingloading screen display toggle: 1 = yes, otherwise = no
stepdelaydelay between steps in milliseconds
bgcolorbackground color: R G B
fgcolorforeground color: R G B
lightcolorlight cell color: R G B
darkcolordark cell color: R G B
cellsizecell size
ChessStepsFilefile of steps



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:
  • ChessSteps.html - this example
  • ChessSteps*.jpg .gif - sample checker and background images
  • ChessSteps.jar - all program classes are here
  • ChessSteps.txt - sample file of steps
  • Possible Improvements: