1. 首页
  2. 游戏开发
  3. 其他
  4. 用tkinter 实现的五子棋UI界面

用tkinter 实现的五子棋UI界面

上传者: 2020-06-01 20:58:54上传 PY文件 4.77KB 热度 14次
用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
用户评论