Example #1
0
 def get(self):
     sim = BattleSimulation()
     sim.set_statistics()
     sim.start_duel(self)
Example #2
0
 def get(self):
     sim = BattleSimulation()
     sim.set_statistics()
     sim.start_duel(self)
Example #3
0
 def get(self):
     #path = os.path.join(os.path.dirname(__file__), './html/index.html')
     #self.response.out.write(template.render(path, None))
     sim = BattleSimulation()
     sim.start_duel(self)
Example #4
0
 def get(self):
     #path = os.path.join(os.path.dirname(__file__), './html/index.html')
     #self.response.out.write(template.render(path, None))
     sim = BattleSimulation()
     sim.start_duel(self)