Uses of Class
it.prazzoli.tictactoe.cell

Uses of cell in it.prazzoli.tictactoe
 

Methods in it.prazzoli.tictactoe that return cell
 cell AI.findBestMove()
          Avvia la ricerca della Miglior Mossa utilizzando la configurazione fornita
 

Methods in it.prazzoli.tictactoe that return types with arguments of type cell
 java.util.Collection<cell> board.findEmptyCells()