Update Grading authored by Ziyang Zhang's avatar Ziyang Zhang
......@@ -3,11 +3,11 @@ Your AI will be run twice on each board, once moving first and once moving secon
### Rules:
**For Minimal AI:**<br>
`7x7 with k = 2`; once move first and once move second.<br>
`8x8 with k = 3`; once move first and once move second.<br>
`8x8 with k = 2`; once move first and once move second.<br>
Total: 4<br>
**For Draft/Final AI:**<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>
`9x8 with k = 2`; once move first and once move second.<br>
Total: 4<br>
**Notice:** Ties count as wins.
## Minimal AI
......
......