A B C D E F G I L N P R S T U W

B

board - Class in it.prazzoli.tictactoe
La classe board descrive la tavola del gioco, questa č composta da nove celle.
board() - Constructor for class it.prazzoli.tictactoe.board
 
board(String, String, String, String, String, String) - Constructor for class it.prazzoli.tictactoe.board
 
boardTest - Class in it.prazzoli.tictactoe
 
boardTest() - Constructor for class it.prazzoli.tictactoe.boardTest
 
boardToInt() - Method in class it.prazzoli.tictactoe.board
CONVEETO LA BOARD da MATRIX A INT questa rappresenta la base del gioco ogni casella puņ contenere O, X, oppure vuoto. conveniamo di utilizzare un numero a 32 bit per rappresentare la board.
boardToMatrix() - Method in class it.prazzoli.tictactoe.board
 
boardToMatrix(boolean) - Method in class it.prazzoli.tictactoe.board
 
boardToMatrix(boolean) - Method in class it.prazzoli.tictactoe.game
 

A B C D E F G I L N P R S T U W