Ejemplo n.º 1
0
 def act(self, unused):
     self.player.discard(card.from_list(unused))
Ejemplo n.º 2
0
 def board(self):
     return card.from_list(self.adaptor.get_list("board", type=int))
Ejemplo n.º 3
0
 def rest(self):
     return card.from_list(self.adaptor.get_list("rest", type=int))
Ejemplo n.º 4
0
 def unused(self):
     return card.from_list(self.adaptor.get_list("unused", type=int))
Ejemplo n.º 5
0
 def hand(self):
     return card.from_list(self.adaptor.get_list("hand", type=int))