<-- game area position: x y --> <-- 'New' button position: x y --> <-- score position: x y -->

PegOut (version: 2007.01.18)

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

[Description]: This Java applet implements a configurable peg game. Whoever has the fewest pegs left wins the game.

[Tips]: Drag one of the pegs and jump over its adjacent peg to an empty cell. The peg being jumped over will disappear. To start a new game, click on the 'Reset Game' 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
diagmove toggle to allow a peg to move diagonally (0 = not allowed)
gamepos game area position: x y
newpos 'New' button position: x y
scorepos score position: x y
pegpattern pattern file for pegs: '1' means a peg, '*' means no peg allowed, otherwise an empty cell in the pattern
errorfileaudio filename for an error
movefile audio filename for a move
panelbgpanel background color: R G B
panelfgpanel foreground color: R G B
buttonbgbutton background color: R G B
buttonfgbutton foreground color: R G B
NewGameTextbutton caption
framecolorgame frame color: R G B
pegimage file for the peg
width for each photo
height for each photo
overlink '|' seperates gameover URL and target frame
* fill in "none" for URL if you don't want to link to anywhere
* target frame options are as follows
_self = current frame
_parent = parent frame
_top = top-most frame
_blank = new unnamed top-level frame
x = new top-level frame named x
rownumber of rows for the game board
colnumber of columns for the game board
gridwidthwidth for each grid cell
gridheightheight for each grid cell
TextSetgameover text: font face|font style|font size|colorR colorG colorB
reward text: min|max|lines of message
where lines of message are separated by a vertical char |



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:
  • PegOut.html - this file
  • PegOut.jar - PegOut program classes
  • PegOut.txt - sample peg pattern file
  • PegOut*.au - sample audio files
  • PegOut*.gif - sample image files
  • Possible Improvements: