<applet
codebase="../ataxxlet" code="Ataxxlet.class"
../ataxxlet is the folder of the applet Ataxxlet.class
width=210 height=310> the total size, here 210x310 pixels <param name=Dim value=7> the number of the board squares on each edge, here 7 <param name=ssize value=30> The size of each square edge, here 30 pixels (7x 30 = 210) <param name=Player1pos value="0,0:6,6"> the beginning positions of the red player <param name=Player2pos value="6,0:0,6"> the beginning positions of the blue player <param name=BlocksPos value="2,3:4,3:3,2:3,4:1,3:5,3"> the blocks positions <param name=Player2 value=AtaxxPaul> AtaxxPaul is the strongest level of the game. By deleting this line, human plays against human. By adding the same line for Player1 computer plays against computer... </applet> |
All these parameters are fantastic, isn't it ? |
Back to page 1 of the Pressibus sites
|