예제 #1
0
파일: phase.py 프로젝트: her0e1c1/Napoleon
 def act(self, unused):
     self.player.discard(card.from_list(unused))
예제 #2
0
 def board(self):
     return card.from_list(self.adaptor.get_list("board", type=int))
예제 #3
0
 def rest(self):
     return card.from_list(self.adaptor.get_list("rest", type=int))
예제 #4
0
 def unused(self):
     return card.from_list(self.adaptor.get_list("unused", type=int))
예제 #5
0
 def hand(self):
     return card.from_list(self.adaptor.get_list("hand", type=int))