class Player: def __init__(self, color): self.color = color self.position = -1 self.skip = False self.dices = []