Uses SmartComputer

This commit is contained in:
P Gautam 2022-10-07 19:10:47 +05:30 committed by GitHub
parent fae51028b1
commit 18c9ccc1c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
import math
import time
from player import HumanPlayer, RandomComputerPlayer
from player import HumanPlayer, SmartComputerPlayer
class TicTacToe():