在AutoConcede.cs文件中找到以下代碼html
private List<int> _winList = new List<int> {0, 2, 4, 6, 8};算法
如今的算法是,用對戰局數除以10,而後獲得餘數。spa
經過餘數匹配來控制勝率(須要注意的是,10,20除以10,取餘數是0)。code
10場對戰中,只有第6,8,10場對戰正常打,其餘對戰所有投降。htm
private List<int> _winList = new List<int> {0, 6, 8};
private List<int> _winList = new List<int> {0, 1, 2, 4, 6, 8};
private List<int> _winList = new List<int> {0, 2, 4, 6, 8};
private List<int> _winList = new List<int> {2, 4, 6};