Serialized Form
Class Board extends java.awt.Canvas implements Serializable |
incomplete
boolean incomplete
highlight
boolean highlight
start_i
int start_i
start_j
int start_j
end_i
int end_i
end_j
int end_j
dimCasella
int dimCasella
dimPedina
int dimPedina
offset
int offset
offsetDama
int offsetDama
mosseObbligate
java.util.Vector<E> mosseObbligate
mosseInizialiTurno
java.util.Vector<E> mosseInizialiTurno
incompleteIndex
int incompleteIndex
game
Checkers game
offImage
java.awt.Image offImage
offGraphics
java.awt.Graphics offGraphics
Class Checkers extends java.applet.Applet implements Serializable |
position
int[][] position
contaPATTA
int contaPATTA
toMove
int toMove
loser
int loser
whitePlayer
java.awt.Choice whitePlayer
blackPlayer
java.awt.Choice blackPlayer
toMoveLabel
java.awt.Label toMoveLabel
maxDepthW
java.awt.Choice maxDepthW
maxDepthB
java.awt.Choice maxDepthB
bFunVal
java.awt.Choice bFunVal
nFunVal
java.awt.Choice nFunVal
newgameButton
java.awt.Button newgameButton
stopButton
java.awt.Button stopButton
messaggio
java.awt.Label messaggio
running
boolean running
giocoIniziato
boolean giocoIniziato
board
Board board