import computer player in play_ttt

This commit is contained in:
Chris Proctor 2022-05-11 17:02:27 -04:00
parent af79c47691
commit a214bb654b
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
from ttt.game import TTTGame
from ttt.view import TTTView
from ttt.player import TTTHumanPlayer
from ttt.player import TTTHumanPlayer, TTTComputerPlayer
player0 = TTTHumanPlayer("Player 1")
player1 = TTTHumanPlayer("Player 2")