Lines Matching refs:game
264 def __init__(self, x, y, game=None): argument
275 self.game = game
277 self.group = Group(self.game.canvas)
354 tags = self.game.canvas.gettags('current')
403 bottom = Rectangle(self.game.canvas,
412 self.add(Card(suit, value, self.game.canvas))
422 opendeck = self.game.opendeck
432 self.game.opendeck.add(card)
454 stack = self.game.closeststack(card)
461 self.game.wincheck()
470 for s in self.game.suits:
474 self.game.wincheck()
481 bottom = Rectangle(self.game.canvas,
632 game = Solitaire(root)