コード例 #1
0
ファイル: run_visual.py プロジェクト: JanoHorvath/tic-tac-toe
import theGame

theGame.run_it(1, True)
コード例 #2
0
ファイル: run.py プロジェクト: JanoHorvath/tic-tac-toe
import theGame

theGame.run_it(10, False)