用tkinter 实现的五子棋UI界面
用tkinter实现的五子棋UI界面
importtkinterastk
fromtkinterimportmessagebox
fromchessboardimportChessBoard
ChessBoard=ChessBoard()
classGUI(object):
def__init__(self):
self.counter=0
self.winner=0
self.is_start=False
self.is_surrender=False
下载地址
用户评论