AI限时由120秒调整为3600秒

This commit is contained in:
CalciteM Team 2019-08-24 01:11:42 +08:00
parent 59aa5abfd2
commit ee5a83b9a9
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ AiThread::AiThread(int id, QObject *parent) :
waiting_(false),
chess_(nullptr),
aiDepth(2),
aiTime(120)
aiTime(3600)
{
this->id = id;