aboutsummaryrefslogtreecommitdiff
path: root/src/bot.cpp
diff options
context:
space:
mode:
authorAdam <adammegarules1@gmail.com>2026-07-30 15:11:16 +0200
committerAdam <adammegarules1@gmail.com>2026-07-30 15:11:16 +0200
commit38929c9df4f7d3852eeb68a3cf6b510d8081fc9f (patch)
tree1d325f4db163cc0c8648430a14e2078ebbe74059 /src/bot.cpp
parent164e52ffe3b4ea5e47a3c25cf2c7f082c03ba80e (diff)
improving pawn tble
Diffstat (limited to 'src/bot.cpp')
-rw-r--r--src/bot.cpp6
1 files changed, 3 insertions, 3 deletions
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 //