from otree.api import Currency as c, currency_range from . import views from ._builtin import Bot from .models import Constants class PlayerBot(Bot): def play_round(self): yield views.startsvo yield views.Strategies, dict(Strategy="1", Strategy_other="hoi") yield views.svoInstructions yield views.Play, dict(input_self_1=70,input_other_1=70,input_self_2=70,input_other_2=70,input_self_3=70,input_other_3=70,input_self_4=70,input_other_4=70,input_self_5=70,input_other_5=70,input_self_6=70,input_other_6=70) yield views.Results_good