|
GeneThello Home | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IBoard | |
|---|---|
| net.sf.genethello.game | Provides classes necessary to simulate othello game. |
| net.sf.genethello.shared | Provides classes/interfaces shared by several packages. |
| Uses of IBoard in net.sf.genethello.game |
|---|
| Classes in net.sf.genethello.game that implement IBoard | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
class |
Board
Implementation of gametheory's Board to simulate an othello board. Board's index (8x8) | a | b | c | d | e | f | g | h 101234567 289 | ... | ... 856 | ......63 | ||||||||||||||||||
| Fields in net.sf.genethello.game declared as IBoard | |
|---|---|
IBoard |
Game.board
Board used in the game. |
| Methods in net.sf.genethello.game that return IBoard | |
|---|---|
IBoard |
Game.getBoard()
Gets board. |
| Uses of IBoard in net.sf.genethello.shared |
|---|
| Methods in net.sf.genethello.shared that return IBoard | |
|---|---|
IBoard |
IGame.getBoard()
Gets board. |
|
GeneThello Home | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||