From 38929c9df4f7d3852eeb68a3cf6b510d8081fc9f Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 30 Jul 2026 15:11:16 +0200 Subject: improving pawn tble --- src/bot.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/bot.cpp') diff --git a/src/bot.cpp b/src/bot.cpp index c3458bb..9a489dd 100644 --- a/src/bot.cpp +++ b/src/bot.cpp @@ -22,9 +22,9 @@ const int MATE = 10000; const int PAWN_TABLE[64] = { 0, 0, 0, 0, 0, 0, 0, 0, // last rank promotes to a quuen 50, 50, 50, 50, 50, 50, 50, 50, // comments to stop formating to ruin it - 10, 10, 20, 30, 30, 20, 10, 10, // - 5, 5, 10, 25, 25, 10, 5, 5, // - 0, 0, 0, 20, 20, 0, 0, 0, // + 10, 10, 20, 35, 35, 20, 10, 10, // + 5, 5, 10, 30, 30, 10, 5, 5, // + 0, 0, 0, 25, 25, 0, 0, 0, // 5, -5, -10, 0, 0, -10, -5, 5, // 5, 10, 10, -20, -20, 10, 10, 5, // 0, 0, 0, 0, 0, 0, 0, 0 // -- cgit v1.2.3