@ -5,6 +5,7 @@ import time
class GameObject:
#
# 具有棋子的图像、类别和坐标三个属性
def __init__(self, image, color, pos):
self.image = image