Python Gui Chess turn change

后端 未结 0 916
旧时难觅i
旧时难觅i 2020-12-11 20:10
if self._board.get_held_piece()==None:
            moves = self.get_legal_moves()
            moves.append(self.get_pos())
            self._board.select_list(moves)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题