GeneThello Home

Uses of Interface
net.sf.genethello.gametheory.Board

Packages that use Board
net.sf.genethello.brain Provides classes necessary to search game tree for best move. 
net.sf.genethello.game Provides classes necessary to simulate othello game. 
net.sf.genethello.gametheory Provides classes necessary for game tree searching using several minimax type algorithms. 
 

Uses of Board in net.sf.genethello.brain
 

Methods in net.sf.genethello.brain with parameters of type Board
 void Brain.setBoard(Board b)
          Sets game board.
 

Uses of Board in net.sf.genethello.game
 

Classes in net.sf.genethello.game that implement Board
 class Board
          Implementation of gametheory's Board to simulate an othello board.

Board's index (8x8)
abcdefgh 101234567 289... ... 856......63
 

Methods in net.sf.genethello.game with parameters of type Board
 boolean Board.equals(Board other)
          Checks equality of two boards.
 

Uses of Board in net.sf.genethello.gametheory
 

Fields in net.sf.genethello.gametheory declared as Board
protected  Board GameTheory.board
          Board used in the game.
 


GeneThello Home

Get GeneThello: Genetic Othello at SourceForge.net. Fast, secure and Free Open Source software downloads