diff --git a/settings.json b/settings.json index fbce46b..c9465c3 100644 --- a/settings.json +++ b/settings.json @@ -3,16 +3,18 @@ "Width": 0, "Hight": 0 }, - "Bot": { - "IsWhiteBot": false, - "IsBlackBot": true, - "WhiteBotLevel": 0, - "BlackBotLevel": 5, - "BotScoringType": "NumberAndPotential", - "BotDelayMS": 0, - "NoRandom": false, - "Optimization": "O1" - }, + "Bot": { + // + "IsWhiteBot": false, + "IsBlackBot": true, + "WhiteBotLevel": 0, + "BlackBotLevel": 5, + "BotScoringType": "NumberAndPotential", + "BotDelayMS": 0, + "NoRandom": false, + "Optimization": "O1" + // + }, "Game": { "MaxNumTurns": 120 }