Ta上传的资源 (0)

用tkinter实现的五子棋UI界面 importtkinterastk fromtkinterimportmessagebox fromchessboardimportChessBoard ChessBoard=ChessBoard() classGUI(object): def__init_