Uses of Class
edu.ou.mancala.board.GameBoard

Packages that use GameBoard
edu.ou.mancala   
edu.ou.mancala.config   
edu.ou.mancala.view   
 

Uses of GameBoard in edu.ou.mancala
 

Methods in edu.ou.mancala with parameters of type GameBoard
static java.util.Collection<Controllable> MancalaSimulator.extractControllables(GameBoard game)
           
 

Constructors in edu.ou.mancala with parameters of type GameBoard
ImmutableMancalaState(GameBoard game)
           
MancalaControllable(MancalaPlayer player, GameBoard board)
           
 

Uses of GameBoard in edu.ou.mancala.config
 

Methods in edu.ou.mancala.config that return GameBoard
 GameBoard MancalaConfig.newGame()
           
 

Uses of GameBoard in edu.ou.mancala.view
 

Constructors in edu.ou.mancala.view with parameters of type GameBoard
GameBoardView(GameBoard board)