players.HumanPlayer module

class HumanPlayer(game, boardAR)[source]

Bases: core.Player.Player

Subclass of Player, asks via the command prompt where to play (line and column, between 1 and 3)

play()[source]