Example #1
0
 def on_enter_War(self, event):
     war = War()
     while war.state != 'End':
         war.step()