so I have a play class
class player: def __init__(self,x,y,height,width,color): self.x = x self.y = y self.height = height