Testing verdicts - m20-sch57/strategy-trial GitHub Wiki
After playing against each other, both strategies will get result. Result contains verdict and score.
Score indicates how good was strategy in this game. The more score the better the strategy.
Here is a list of all verdicts, which you can get:
Verdict | Comment |
---|---|
Import failed | The strategy can't be imported or hasn't Strategy function |
Presentation Error | The strategy doesn't return Turn class object |
Failed | The strategy has got error while running |
Time limit exceeded | The strategy has been running too long |
Incorrect turn | The strategy had made turn, which game program considered as incorrect |
OK | Congratulations! The strategy doesn't do any strange stuff. But it doesn't mean that it won the game... |
If the verdict isn't OK, the score is equal to 0.
You can choose some pair of strategies and check results of their game.