Package MeatEngine :: Package AI :: Module humanPlayer :: Class HumanTicTacToePlayer
[hide private]
[frames] | no frames]

Class HumanTicTacToePlayer

source code

Instance Methods [hide private]
 
__init__(self, side)
side: 1=X, 2=O
source code
 
getMove(self, board)
displays the board to the human, who returns a move number (or 0 to quit)
source code