Skip to content

Commit 88aea5a

Browse files
author
Maurits van der Schee
committed
Update ttt3.py
1 parent 90545f4 commit 88aea5a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ttt3.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# coding=UTF8
2+
3+
# Python TicTacToe game with Tk GUI and minimax AI
4+
# Author: Maurits van der Schee <[email protected]>
5+
26
import sys
37
if sys.version_info >= (3, 0):
48
from tkinter import Tk, Button

0 commit comments

Comments
 (0)