Update Grading authored by Ziyang Zhang's avatar Ziyang Zhang
Your AI will play with Random/Poor/Average AI on different size of boards.<br>
Your AI will be run twice on each board, once moving first and once moving second. <br>
### Rules:
5x5 with k = 1; once move first and once move second.<br>
7x7 with k = 2; once move first and once move second.<br>
9x8 with k = 3; once move first and once move second.<br>
Total: 6<br>
`7x7 with k = 2`; once move first and once move second.<br>
`9x8 with k = 3`; once move first and once move second.<br>
Total: 4<br>
**Notice:** Ties count as wins.
## Minimal AI
Correctly complie and run -- 40% <br>
Your AI beats **Random AI** N of 6 times = N * 10%<br>
Your AI beats **Random AI** N of 4 times = N * 15%<br>
Full credit = beat Random AI every time<br>
## Draft AI
Correctly complie and run -- 40% <br>
Your AI beats **PoorAI** N of 6 times = N * 10%<br>
Your AI beats **PoorAI** N of 4 times = N * 15%<br>
Full credit = beat Poor AI every time<br>
## Final AI
Correctly complie and run -- 28% <br>
Your AI beats **AverageAI** N of 6 times = N * 12%<br>
Your AI beats **AverageAI** N of 6 times = N * 18%<br>
Full credit = beat Average AI every time<br>
\ No newline at end of file