import BG_PINFO_D as pages from . import * c = cu class PlayerBot(Bot): def play_round(self): if self.player.round_number == 1: yield Instructions if self.player.round_number == 1: yield Instruction_II if self.player.round_number == 1: yield Instruction_III if self.player.round_number == 1: yield Instruction_IV if self.player.round_number == 1: yield Questions, dict( Questionme=27, Question3=18, Questionbribe=25, ) if self.player.round_number == 1: yield Role if self.player.round_number == 1: yield Start if self.player.id_in_group != 1: yield Contribuzione, dict(contribution=10) if self.player.id_in_group != 1: yield Bribe_Fase2, dict(bribe=2) if self.player.id_in_group == 1: yield Punishment2bribe, dict( bribe2=1, punishment2=3, punishment3=4, punishment4=5, bribe3=1, bribe4=1, ) yield PayoffRound1 if self.player.round_number == 12: yield Ringraziamento