generated from mwc/lab_tic_tac_toe
(Commit summary. Replace this with a one-line description of this commit.)
completing notes md What I changed (Replace this with a description of what you changed in this commit. This should be 1-2 sentences.) changed descriptions Why I changed it (Describe why you made these changes. Were you working toward a goal? Did you reorganize your code? This should be 1-2 sentences.) Checkpoint 1 goal Estimate for remaining time to finish assignment: [3 days]
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from click import Choice, prompt
|
||||
from strategy.random_strategy import RandomStrategy
|
||||
from ttt.game import TTTGame
|
||||
from ttt.game import TTTGame #may need to delete ttt for this to work
|
||||
import random
|
||||
|
||||
class TTTHumanPlayer:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from ttt.game import TTTGame
|
||||
from ttt.game import TTTGame #may need to delete ttt for
|
||||
import click
|
||||
|
||||
class TTTView:
|
||||
|
||||
Reference in New Issue
Block a user