New engine releases 2020

Discussion of anything and everything relating to chess playing software and machines.

Moderators: hgm, Rebel, chrisw

Dark Knight
Posts: 8
Joined: Mon Aug 31, 2020 1:03 am
Full name: Minkai Yang

Re: New engine releases 2020

Post by Dark Knight »

Supernova 2.2 just released.
https://github.com/MichaeltheCoder7/Supernova
166 Elo gain against 2.1.4 in self-play.
User avatar
Guenther
Posts: 4605
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: New engine releases 2020

Post by Guenther »

FoxSEE 5.3.0
https://github.com/redsalmon91/FoxSEE

Eubos 1.1.5
https://github.com/cjbolt/EubosChess

Cheng4 0.40dev compilations (sse4.1/avx2) by me
after I realized through the post from 'Archimedes' today that Martin had
started working on Cheng4 again since quite some time.

https://github.com/kmar/cheng4/commits/master
https://rwbc-chess.de/download.htm
https://rwbc-chess.de

trollwatch:
Chessqueen + chessica + AlexChess + Eduard + Sylwy
connor_mcmonigle
Posts: 530
Joined: Sun Sep 06, 2020 4:40 am
Full name: Connor McMonigle

Re: New engine releases 2020

Post by connor_mcmonigle »

I've released Seer 1.2 here: https://github.com/connormcmonigle/seer ... s/tag/v1.2
This release should be ~200 elo stronger than the previous release.
User avatar
Roland Chastain
Posts: 640
Joined: Sat Jun 08, 2013 10:07 am
Location: France
Full name: Roland Chastain

Re: New engine releases 2020

Post by Roland Chastain »

Hippocampe 0.4.2.0.2.

Fixed illegal pawn move. (Thank to Taimo Peelo for reporting the bug.)
Added setboard command.
Qui trop embrasse mal étreint.
JohnWoe
Posts: 491
Joined: Sat Mar 02, 2013 11:31 pm

Re: New engine releases 2020

Post by JohnWoe »

I released Sapeli 2.0 final.
This is UCI only version. The original Sapeli has no UCI and plays some chess like variant atm.

It's a weak engine. My guess is 1900 Elo. But it can be used as sparring partner for up-and-coming engines to higher levels.
I only focused on making code lean and mean. Special focus on KOTH960. Which is kinda fun variant.

Source code: https://github.com/SamuraiDangyo/sapeli-final
Release: https://github.com/SamuraiDangyo/sapeli ... s/tag/v2.0
User avatar
mvanthoor
Posts: 1784
Joined: Wed Jul 03, 2019 4:42 pm
Location: Netherlands
Full name: Marcel Vanthoor

Re: New engine releases 2020

Post by mvanthoor »

JohnWoe wrote: Mon Nov 23, 2020 3:02 pm I released Sapeli 2.0 final.
This is UCI only version. The original Sapeli has no UCI and plays some chess like variant atm.

It's a weak engine. My guess is 1900 Elo. But it can be used as sparring partner for up-and-coming engines to higher levels.
I only focused on making code lean and mean. Special focus on KOTH960. Which is kinda fun variant.

Source code: https://github.com/SamuraiDangyo/sapeli-final
Release: https://github.com/SamuraiDangyo/sapeli ... s/tag/v2.0
Thanks a lot. Assuming I can get it to compile without problems, I'm certainly going to use it in my testing. I always liked this engine, for the relatively high strength compared to its size and complexity.
Author of Rustic, an engine written in Rust.
Releases | Code | Docs | Progress | CCRL
User avatar
Guenther
Posts: 4605
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: New engine releases 2020

Post by Guenther »

JohnWoe wrote: Mon Nov 23, 2020 3:02 pm I released Sapeli 2.0 final.
This is UCI only version. The original Sapeli has no UCI and plays some chess like variant atm.

It's a weak engine. My guess is 1900 Elo. But it can be used as sparring partner for up-and-coming engines to higher levels.
I only focused on making code lean and mean. Special focus on KOTH960. Which is kinda fun variant.

Source code: https://github.com/SamuraiDangyo/sapeli-final
Release: https://github.com/SamuraiDangyo/sapeli ... s/tag/v2.0
...compiled a bunch of various flavours for windows...if there is enough interest I will upload them.
BTW I see you had 'hash' once already as an uci option. What was the reason for you to remove it and changing to fixed hash size at compile time?
https://rwbc-chess.de

trollwatch:
Chessqueen + chessica + AlexChess + Eduard + Sylwy
User avatar
Guenther
Posts: 4605
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: New engine releases 2020

Post by Guenther »

Gunborg 1.65 GS (had enough changes for justifying a new compilation)
https://rwbc-chess.de/download.htm

from my readme:
Gunborg 1.65 sse4.1 and bmi2 compilations
compiled 2020-11-22

last source change: 2015-11-01
https://github.com/torgnil/gunborg/comm ... b9739d49cb

get source here => https://github.com/torgnil/gunborg
https://rwbc-chess.de

trollwatch:
Chessqueen + chessica + AlexChess + Eduard + Sylwy
JohnWoe
Posts: 491
Joined: Sat Mar 02, 2013 11:31 pm

Re: New engine releases 2020

Post by JohnWoe »

Guenther wrote: Mon Nov 23, 2020 5:34 pm
JohnWoe wrote: Mon Nov 23, 2020 3:02 pm I released Sapeli 2.0 final.
This is UCI only version. The original Sapeli has no UCI and plays some chess like variant atm.

It's a weak engine. My guess is 1900 Elo. But it can be used as sparring partner for up-and-coming engines to higher levels.
I only focused on making code lean and mean. Special focus on KOTH960. Which is kinda fun variant.

Source code: https://github.com/SamuraiDangyo/sapeli-final
Release: https://github.com/SamuraiDangyo/sapeli ... s/tag/v2.0
...compiled a bunch of various flavours for windows...if there is enough interest I will upload them.
BTW I see you had 'hash' once already as an uci option. What was the reason for you to remove it and changing to fixed hash size at compile time?
At some point I removed it. I guess I didn't like malloc/realloc much. Sapeli takes only 96MB RAM. In Mayhem I use 1 line of smart pointer code to touch heap for me. I went for ultimate simplicity with Sapeli 2.0

I also removed PEXT as the tiny speedup wasn't justified for extra complexity.
User avatar
Guenther
Posts: 4605
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: New engine releases 2020

Post by Guenther »

New engine: PolarChess 2.0b5 released in 2020-09-27 discovered today

A nice surprise, Odd Gunnar Malin is back! Just stumbled upon it while checking something else.

It was not detected he had now a repo at github and was doing some chess work again (engine + gui)
He released an early beta version of the new engine (uci now) in 2019-09-27.
The previous very old engine was long ago renamend to PolarEngine (see chronology). (Rating lists should adopt...)
The new one now goes under the name PolarChess.

Should be a sparring partner for weaker engines. May be a bit stronger (not much I guess) than the old program,
but playing very different and showing even less depth.

https://github.com/OGMalin/Polarchess/releases

A few quick test games:

[pgn][Event "My Tournament"]
[Site "RWBC-CAPPUCCINO"]
[Date "2020.11.24"]
[Round "1"]
[White "PolarChess_20b5-64"]
[Black "TSCP_181cJA"]
[Result "1/2-1/2"]
[ECO "A10"]
[GameDuration "00:10:57"]
[GameEndTime "2020-11-24T18:05:22.054 Mitteleuropäische Zeit"]
[GameStartTime "2020-11-24T17:54:24.889 Mitteleuropäische Zeit"]
[Opening "English"]
[PlyCount "231"]
[TimeControl "40/120"]
[Variation "Adorjan defense"]

1. c4 {book} g6 {book} 2. e4 {book} e5 {book} 3. Nf3 {book} Nf6 {book}
4. Nc3 {+0.44/5 3.25s} Nc6 {-0.30/6 4.00s} 5. d4 {+0.37/5 3.25s}
exd4 {-0.09/6 3.87s} 6. Nxd4 {+0.37/5 3.24s} Bb4 {-0.07/6 3.74s}
7. Nxc6 {+0.40/5 3.25s} Bxc3+ {-0.25/7 3.61s} 8. bxc3 {+0.70/7 2.79s}
bxc6 {-0.44/7 3.49s} 9. Qd4 {+0.61/5 3.26s} Qe7 {-0.08/6 3.38s}
10. f3 {+0.55/5 2.39s} c5 {-0.09/6 3.26s} 11. Qd3 {+0.53/5 3.29s}
d6 {+0.19/5 3.16s} 12. Be3 {+0.51/5 3.29s} Be6 {+0.04/6 3.04s}
13. Rb1 {+0.48/5 3.29s} Nd7 {+0.23/5 2.95s} 14. Qc2 {+0.43/5 3.29s}
O-O {+0.19/5 2.85s} 15. Rb7 {+0.45/4 2.39s} Nb6 {+1.91/6 2.75s}
16. h4 {-0.32/5 3.32s} Bc8 {+2.36/6 2.66s} 17. Rxb6 {-1.24/5 2.34s}
axb6 {+2.38/6 2.58s} 18. Bd3 {-1.23/5 3.37s} c6 {+2.41/5 2.49s}
19. Qb2 {-1.11/5 3.37s} Be6 {+2.47/5 2.40s} 20. Bg5 {-1.17/4 1.72s}
Qa7 {+2.60/6 2.33s} 21. O-O {-1.29/5 3.45s} Qxa2 {+2.72/6 2.25s}
22. Qxa2 {-2.00/5 3.45s} Rxa2 {+2.95/7 2.16s} 23. Rb1 {-1.96/5 2.92s}
Rb8 {+3.24/6 2.10s} 24. Bf4 {-1.28/5 3.48s} f6 {+3.13/6 2.02s}
25. Bf1 {-1.39/5 2.88s} Rb7 {+2.58/6 1.95s} 26. Bxd6 {-1.17/5 1.82s}
Ra5 {+2.68/6 1.90s} 27. Kf2 {-1.18/5 1.97s} Kf7 {+2.88/6 1.83s}
28. Rb2 {-1.14/5 2.76s} Bd7 {+2.93/6 1.77s} 29. Bd3 {-0.99/5 2.66s}
Ke6 {+2.96/6 1.71s} 30. Bf4 {-1.12/6 3.96s} Ra3 {+2.96/6 1.65s}
31. Rc2 {-1.20/6 3.96s} h5 {+3.06/7 1.60s} 32. Bc1 {-1.07/5 2.02s}
Ra1 {+3.07/7 1.54s} 33. Bf4 {-1.19/6 4.20s} Rba7 {+3.08/6 1.50s}
34. Rb2 {-1.14/6 4.19s} R1a6 {+2.92/6 1.45s} 35. Ke3 {-1.09/6 4.20s}
Be8 {+3.01/6 1.40s} 36. g4 {-1.04/6 4.20s} hxg4 {+3.25/6 1.34s}
37. fxg4 {-1.04/6 4.20s} Rh7 {+2.79/7 1.31s} 38. Bg3 {-1.08/6 4.20s}
Rh8 {+2.75/6 1.26s} 39. Be2 {-0.97/5 2.34s} Bf7 {+2.80/6 1.22s}
40. Bd3 {-1.02/5 1.58s} Rh7 {+2.67/6 1.18s} 41. Rb1 {-1.00/5 1.81s}
Ke7 {+2.75/7 5.14s} 42. g5 {-1.08/5 3.15s} fxg5 {+2.81/7 4.96s}
43. hxg5 {-1.14/6 3.15s} Rh3 {+2.66/7 4.81s} 44. Kf3 {-1.24/6 3.15s}
Kd7 {+2.66/7 4.65s} 45. Rd1 {-1.02/6 3.15s} Rh5 {+2.71/7 4.48s}
46. Be2+ {-1.00/5 3.15s} Ke7 {+2.71/6 4.34s} 47. Bd6+ {-1.00/5 1.63s}
Ke8 {+2.84/6 4.19s} 48. Be5 {-1.31/6 3.19s} Ra2 {+2.90/6 4.05s}
49. Bf6 {-1.20/6 3.19s} Rh3+ {+2.89/7 3.91s} 50. Kf4 {-1.21/6 2.53s}
Be6 {+2.89/6 3.79s} 51. Bf1 {-1.21/6 3.21s} Rh1 {+2.90/7 3.66s}
52. Ke5 {-1.23/5 1.64s} Bd7 {+2.90/7 3.53s} 53. Be2 {-1.32/6 2.93s}
Rh2 {+2.90/7 3.42s} 54. Bf1 {-1.10/6 2.14s} Raf2 {+2.91/7 3.31s}
55. Ra1 {-1.22/5 1.70s} Rf3 {+2.96/7 3.20s} 56. Kd6 {-0.94/6 2.03s}
Rd2+ {+2.81/6 3.09s} 57. Kc7 {-1.06/6 3.45s} Kf7 {+1.95/7 2.99s}
58. Re1 {-1.14/5 2.65s} b5 {+2.61/7 2.89s} 59. Re2 {-1.11/5 2.52s}
Rfd3 {+1.71/7 2.79s} 60. Re1 {-0.91/7 3.53s} Rg3 {+1.96/7 2.70s}
61. Rb1 {-0.92/6 3.53s} Re3 {+1.78/7 2.61s} 62. cxb5 {-0.84/6 3.53s}
cxb5 {+1.63/7 2.53s} 63. Bxb5 {-0.84/6 3.53s} Be6 {+1.53/6 2.44s}
64. Bc6 {+0.04/5 1.90s} Bc4 {+1.53/5 2.36s} 65. Ra1 {+0.05/5 3.63s}
Ke6 {+1.32/5 2.28s} 66. Ra4 {+0.78/5 2.76s} Bb3 {0.00/7 2.21s}
67. Ra5 {+0.72/5 3.69s} Rh2 {+0.25/6 2.13s} 68. Rxc5 {+0.86/5 3.70s}
Rh7+ {-0.55/6 2.06s} 69. Kb6 {+1.00/6 3.69s} Rh2 {-0.89/6 1.99s}
70. c4 {+2.70/5 3.69s} Bxc4 {-2.51/6 1.93s} 71. Rxc4 {+3.40/5 2.15s}
Rb3+ {-2.70/6 1.85s} 72. Kc5 {+3.52/6 3.87s} Kf7 {-2.71/6 1.80s}
73. Ra4 {+3.65/6 3.86s} Rc2+ {-2.80/6 1.74s} 74. Kd5 {+3.60/6 3.87s}
Rd3+ {-2.72/6 1.68s} 75. Bd4 {+3.67/6 3.87s} Ke7 {-2.87/6 1.63s}
76. Bb5 {+3.82/6 2.97s} Rdd2 {-2.91/6 1.57s} 77. Ra7+ {+4.60/6 4.09s}
Kd8 {-3.89/6 1.51s} 78. Rd7+ {+4.60/6 4.09s} Kc8 {-4.13/7 1.47s}
79. Rg7 {+4.62/6 2.62s} Rb2 {-4.09/7 1.43s} 80. Ba6+ {+4.69/6 2.78s}
Kd8 {-4.13/6 1.37s} 81. Rxg6 {+4.64/6 3.07s} Rb1 {-4.28/7 5.32s}
82. Rg8+ {+4.69/6 3.07s} Ke7 {-4.31/7 5.14s} 83. Rg7+ {+4.58/6 3.07s}
Kf8 {-4.14/7 4.98s} 84. Rd7 {+4.53/6 3.07s} Rb6 {-3.84/7 4.81s}
85. Ra7 {+4.45/6 2.51s} Rb4 {-4.24/7 4.65s} 86. Ra8+ {+4.67/7 3.08s}
Kf7 {-4.29/7 4.50s} 87. Bc4 {+4.62/6 3.09s} Rc2 {-4.24/7 4.35s}
88. Rc8 {+4.65/5 3.03s} Kg6 {-4.37/7 4.20s} 89. Rg8+ {+4.62/6 3.09s}
Kh5 {-3.09/6 4.06s} 90. Bd3 {+3.69/5 1.72s} Rd2 {-2.67/8 3.93s}
91. Rh8+ {+3.61/6 2.46s} Kg4 {-2.86/7 3.79s} 92. Bc4 {+3.61/6 3.04s}
Rc2 {-2.86/7 3.67s} 93. Rc8 {+3.66/6 3.16s} Kxg5 {-2.96/7 3.55s}
94. Rg8+ {+3.63/6 3.16s} Kh5 {-2.48/6 3.42s} 95. Rh8+ {+3.68/6 3.16s}
Kg4 {-2.48/6 3.31s} 96. Bd3 {+3.61/6 3.16s} Rd2 {-2.48/7 3.20s}
97. Rg8+ {+3.53/6 3.16s} Kh5 {-2.48/6 3.09s} 98. Rg3 {+3.41/6 3.16s}
Kh4 {-2.48/7 2.99s} 99. Rf3 {+3.50/6 3.16s} Kg4 {-2.37/7 2.90s}
100. Re3 {+3.43/7 3.16s} Kf4 {-2.58/7 2.79s} 101. Rh3 {+3.46/6 3.16s}
Kg4 {-2.58/7 2.70s} 102. Bc3 {+3.41/7 2.13s} Rb5+ {-2.67/8 2.62s}
103. Kc6 {+3.48/7 1.76s} Kxh3 {-2.47/8 2.52s} 104. Bxd2 {+3.46/8 3.31s}
Rb3 {-2.52/8 2.44s} 105. Bc4 {+3.53/7 3.03s} Rb2 {-2.72/8 2.37s}
106. Be3 {+3.53/7 3.32s} Kg4 {-2.62/7 2.28s} 107. Bd4 {+3.54/7 3.32s}
Rb8 {-2.86/7 2.20s} 108. Bd5 {+3.48/6 1.92s} Rc8+ {-2.76/8 2.13s}
109. Kd7 {+3.56/7 3.14s} Rc1 {-2.73/8 2.06s} 110. e5 {+3.91/7 3.47s}
Rd1 {-3.65/8 2.00s} 111. e6 {0.00/7 3.46s} Rxd4 {-2.90/8 1.92s}
112. e7 {0.00/7 3.46s} Rxd5+ {+0.10/8 1.86s} 113. Ke6 {0.00/7 1.82s}
Rd2 {+0.20/8 1.80s} 114. e8=Q {0.00/7 3.70s} Re2+ {+0.20/8 1.74s}
115. Kd7 {0.00/9 3.70s} Rxe8 {+0.10/8 1.68s}
116. Kxe8 {0.00/14 3.49s, Draw by insufficient mating material} 1/2-1/2

[Event "My Tournament"]
[Site "RWBC-CAPPUCCINO"]
[Date "2020.11.24"]
[Round "1"]
[White "TSCP_181cJA"]
[Black "PolarChess_20b5-64"]
[Result "1-0"]
[ECO "A10"]
[GameDuration "00:06:49"]
[GameEndTime "2020-11-24T18:12:12.535 Mitteleuropäische Zeit"]
[GameStartTime "2020-11-24T18:05:23.094 Mitteleuropäische Zeit"]
[Opening "English"]
[PlyCount "149"]
[TimeControl "40/120"]
[Variation "Adorjan defense"]

1. c4 {book} g6 {book} 2. e4 {book} e5 {book} 3. Nf3 {book} Nf6 {book}
4. Nxe5 {+0.30/6 4.00s} d6 {-0.13/5 3.24s} 5. Qa4+ {+0.30/6 3.87s}
c6 {-0.02/5 1.83s} 6. Nf3 {+0.10/6 3.74s} Nxe4 {-0.02/5 3.28s}
7. d4 {+0.30/5 3.61s} Qe7 {-0.10/4 1.66s} 8. Be2 {+0.65/5 3.48s}
d5 {-0.08/5 3.33s} 9. cxd5 {+0.64/6 3.37s} Qb4+ {-0.05/5 3.33s}
10. Qxb4 {+0.64/6 3.26s} Bxb4+ {-0.05/6 3.33s} 11. Bd2 {+0.54/6 3.15s}
Nxd2 {+0.04/6 2.48s} 12. Nbxd2 {+0.43/7 3.05s} cxd5 {+0.04/5 2.05s}
13. O-O {+0.30/6 2.95s} Nc6 {+0.36/5 2.24s} 14. Bb5 {+0.39/6 2.85s}
Be6 {+0.13/6 3.45s} 15. Nb3 {+0.39/6 2.76s} Rc8 {+0.11/5 2.44s}
16. a3 {+0.55/6 2.66s} Be7 {+0.07/5 2.67s} 17. Na5 {+0.55/6 2.57s}
a6 {+0.07/6 3.53s} 18. Nxc6 {+0.61/6 2.48s} axb5 {-0.17/7 3.53s}
19. Nxe7 {+0.60/7 2.40s} Kxe7 {+0.06/6 2.46s} 20. b3 {+0.45/6 2.33s}
Kd6 {+0.14/6 3.58s} 21. Ra2 {+0.69/6 2.24s} Rc3 {+0.30/6 3.58s}
22. Rb2 {+0.45/6 2.18s} Rd3 {+0.22/6 3.58s} 23. Ra1 {+0.35/6 2.10s}
Ra8 {+0.62/6 3.58s} 24. h3 {+0.22/6 2.03s} b4 {+0.34/5 3.58s}
25. a4 {+0.28/6 1.96s} Bf5 {+0.37/5 2.02s} 26. Ne5 {+0.11/6 1.90s}
Rxd4 {+0.45/6 3.68s} 27. Nxf7+ {+0.10/6 1.83s} Ke7 {+0.36/6 3.68s}
28. Ng5 {+0.10/6 1.77s} Rh4 {+0.38/5 2.88s} 29. Rd1 {+0.30/5 1.71s}
Kd6 {+0.30/5 3.75s} 30. Re2 {+0.35/6 1.66s} Rc8 {+0.07/5 3.75s}
31. Nf7+ {+0.58/5 1.60s} Kc5 {+0.20/5 3.75s} 32. g4 {+0.63/5 1.54s}
Rf8 {+0.14/6 3.75s} 33. Re7 {+0.83/6 1.50s} Be6 {0.00/5 3.75s}
34. Rc1+ {+0.79/6 1.45s} Kd4 {-1.65/6 3.51s} 35. Ng5 {+1.49/6 1.40s}
Bg8 {-1.50/5 3.79s} 36. Kg2 {+1.25/5 1.34s} h6 {-0.68/5 3.79s}
37. Nf3+ {+0.66/5 1.31s} Rxf3 {-1.46/6 3.79s} 38. Kxf3 {+1.13/6 1.26s}
Rxh3+ {-1.51/7 3.79s} 39. Kg2 {+1.72/6 1.22s} Rc3 {-1.56/7 3.79s}
40. Rce1 {+1.76/6 1.18s} b6 {-1.89/5 1.79s} 41. Rg7 {+2.73/7 5.14s}
Rc8 {-2.40/6 1.83s} 42. Rxg6 {+3.60/7 4.97s} Bh7 {-2.65/7 3.08s}
43. Rxb6 {+3.88/7 4.81s} Be4+ {-3.06/6 3.08s} 44. f3 {+4.47/6 4.65s}
Rc2+ {-3.20/6 1.68s} 45. Kg3 {+3.51/7 4.49s} Rc3 {-2.53/6 2.75s}
46. Rxb4+ {+3.54/7 4.33s} Kc5 {-2.49/6 3.13s} 47. Rb5+ {+3.59/7 4.19s}
Kd6 {-2.60/6 1.87s} 48. Rb6+ {+4.53/7 4.05s} Kc5 {-3.29/6 3.17s}
49. Rf6 {+4.51/7 3.92s} Rxb3 {-3.40/6 2.42s} 50. Rc1+ {+4.53/6 3.78s}
Kd4 {-3.36/6 2.06s} 51. Rh1 {+4.57/7 3.66s} Bc2 {-3.38/6 2.78s}
52. a5 {+4.83/6 3.54s} Bd3 {-3.48/6 3.25s} 53. Rhxh6 {+5.06/6 3.41s}
Rb1 {-3.48/6 3.25s} 54. a6 {+5.26/6 3.31s} Ra1 {-3.55/5 3.25s}
55. Re6 {+5.37/6 3.19s} Ra2 {-3.51/5 3.25s} 56. f4 {+5.50/6 3.08s}
Ra3 {-3.44/6 3.25s} 57. Kh4 {+5.55/7 2.99s} Ra4 {-3.40/5 1.97s}
58. f5 {+5.62/7 2.89s} Ra2 {-3.48/5 2.75s} 59. Kg3 {+5.71/6 2.80s}
Ra1 {-3.50/5 3.33s} 60. Rb6 {+5.66/6 2.69s} Ke5 {-3.54/5 3.33s}
61. Rhe6+ {+6.00/6 2.61s} Kd4 62. f6 {+6.02/6 2.52s} Bg6 {-3.80/5 3.50s}
63. Rb4+ {+6.43/6 2.44s} Kc5 {-3.77/5 2.61s} 64. Rb7 {+6.45/6 2.36s}
Rg1+ {-4.01/4 3.55s} 65. Kf4 {+7.02/6 2.27s} Kd4 {-6.21/4 3.55s}
66. a7 {+9.10/6 2.21s} Rf1+ {-7.39/4 3.55s} 67. Kg5 {+12.40/6 2.13s}
Bf5 {-10.83/5 3.55s} 68. Rc6 {+12.68/6 2.06s} Bd7 {-11.53/4 3.55s}
69. Rxd7 {+17.34/7 1.99s} Re1 {-15.98/4 3.56s} 70. f7 {+20.17/6 1.93s}
Re5+ {-16.05/4 3.55s} 71. Kg6 {+22.66/6 1.85s} Re4 {-20.32/4 3.55s}
72. f8=Q {+24.10/6 1.80s} Rxg4+ {-20.32/3 3.55s} 73. Kf5 {+24.91/5 1.74s}
Ke3 {-23.86/3 3.55s} 74. Qa3+ {+M7/5 0.67s} Kd4 {/1 3.55s}
75. Qc3# {+M1/2 0.001s, White mates} 1-0

[Event "My Tournament"]
[Site "RWBC-CAPPUCCINO"]
[Date "2020.11.24"]
[Round "1"]
[White "PolarChess_20b5-64"]
[Black "PolarEngine_13"]
[Result "1-0"]
[ECO "A21"]
[GameDuration "00:03:54"]
[GameEndTime "2020-11-24T18:28:15.853 Mitteleuropäische Zeit"]
[GameStartTime "2020-11-24T18:24:21.053 Mitteleuropäische Zeit"]
[Opening "English, Kramnik-Shirov counterattack"]
[PlyCount "77"]
[TimeControl "40/120"]

1. c4 {book} e5 {book} 2. Nc3 {book} Bb4 {book} 3. Qc2 {book} c6 {book}
4. Nf3 {+0.48/5 3.24s} Nf6 {+0.24/8 7.04s} 5. Nxe5 {+1.16/5 3.24s}
d6 {+0.39/8 4.39s} 6. Nd3 {+1.13/5 2.23s} Bxc3 {-0.04/8 6.63s}
7. dxc3 {+1.26/5 2.42s} O-O {-0.19/8 6.10s} 8. Be3 {+1.33/5 3.30s}
Ng4 {+0.05/7 3.50s} 9. Bf4 {+1.35/5 1.72s} Bf5 {+0.25/7 5.48s}
10. Qb3 {+1.22/5 3.35s} Bxd3 {+0.35/6 5.32s} 11. Qxb7 {+2.10/5 1.71s}
Qb6 {-0.01/7 5.35s} 12. Qxb6 {+2.00/6 2.98s} axb6 {-0.22/8 4.42s}
13. exd3 {+2.26/6 3.42s} Re8+ {-0.67/7 3.58s} 14. Be2 {+2.29/6 2.58s}
c5 {-0.97/8 3.31s} 15. Bxd6 {+2.95/5 2.01s} Re6 {-1.02/8 3.39s}
16. Bg3 {+2.92/5 2.15s} Nc6 {-1.16/8 2.87s} 17. Kd2 {+3.14/5 2.95s}
Nge5 {-0.92/7 2.91s} 18. Bxe5 {+3.16/5 3.60s} Nxe5 {-1.35/8 3.79s}
19. d4 {+3.20/5 2.08s} Rd6 {-0.91/8 3.77s} 20. f4 {+3.26/5 2.33s}
Ng6 {-1.01/8 2.97s} 21. Bf3 {+2.40/5 2.67s} Rc8 {-0.83/7 2.35s}
22. Bg4 {+2.22/5 3.79s} Rc7 {-0.80/7 2.92s} 23. d5 {+2.43/5 2.69s}
Nxf4 {-1.24/8 3.26s} 24. g3 {+2.61/5 2.44s} Ng6 {-1.22/8 2.34s}
25. Rhe1 {+2.59/5 2.28s} Ne7 {-1.27/8 2.88s} 26. Kd3 {+2.57/5 4.06s}
Rg6 {-0.76/7 2.98s} 27. Bf3 {+2.51/6 4.05s} Rf6 {-0.88/7 2.79s}
28. Re3 {+2.59/5 2.59s} Rh6 {-1.07/7 2.16s} 29. Re2 {+2.65/5 3.78s}
Kh8 {-1.33/8 1.86s} 30. Rae1 {+2.83/6 4.21s} Ng8 {-1.44/7 2.48s}
31. Re8 {+2.81/6 4.21s} g5 {-1.63/8 1.16s} 32. R1e5 {+2.87/5 3.25s}
f6 {-2.36/8 5.71s} 33. d6 {+2.83/6 3.79s} Rd7 {-2.41/7 1.66s}
34. R5e6 {+4.67/6 4.41s} Rxh2 {-3.55/7 0.79s} 35. Bc6 {+5.36/6 4.41s}
Ra7 {-5.22/7 1.42s} 36. R6e7 {+6.08/4 4.41s} Rh1 {-7.57/6 0.82s}
37. Bxh1 {+14.39/6 4.41s} Rxe7 {-15.55/8 0.99s} 38. dxe7 {+14.39/5 4.41s}
Kg7 {-15.78/8 1.16s} 39. Rxg8+ {+15.30/4 4.41s, Black resigns} 1-0

[Event "My Tournament"]
[Site "RWBC-CAPPUCCINO"]
[Date "2020.11.24"]
[Round "1"]
[White "PolarEngine_13"]
[Black "PolarChess_20b5-64"]
[Result "1-0"]
[ECO "A21"]
[GameDuration "00:03:43"]
[GameEndTime "2020-11-24T18:32:00.699 Mitteleuropäische Zeit"]
[GameStartTime "2020-11-24T18:28:17.023 Mitteleuropäische Zeit"]
[Opening "English, Kramnik-Shirov counterattack"]
[PlyCount "77"]
[TimeControl "40/120"]

1. c4 {book} e5 {book} 2. Nc3 {book} Bb4 {book} 3. Qc2 {book} c6 {book}
4. Nf3 {-0.38/8 7.25s} d6 {-0.24/5 3.25s} 5. e4 {-0.10/7 5.66s}
Bc5 {-0.30/5 3.25s} 6. Bd3 {+0.22/7 4.00s} Nf6 {-0.13/4 2.49s}
7. O-O {+0.08/7 4.09s} Na6 {-0.04/4 2.64s} 8. Be2 {+0.11/7 6.22s}
Be6 {+0.01/5 3.29s} 9. Qb3 {+0.14/6 4.84s} Bb6 {+0.13/5 3.29s}
10. Rd1 {+0.22/6 5.67s} Bg4 {-0.01/4 2.39s} 11. d4 {+0.39/7 3.89s}
Bxf3 {+0.37/5 2.37s} 12. Bxf3 {+0.47/6 3.38s} exd4 {+0.38/5 3.35s}
13. Na4 {+0.16/7 4.57s} Nc5 {+0.35/5 3.35s} 14. Nxc5 {+0.12/9 4.29s}
dxc5 {+0.35/5 3.27s} 15. Bg5 {-0.01/8 4.31s} Qc7 {+0.79/5 3.35s}
16. e5 {-0.11/8 2.98s} Nd7 {+1.61/5 3.35s} 17. Re1 {-0.12/7 4.13s}
Nxe5 {+1.58/5 3.35s} 18. Bf4 {-0.73/7 4.08s} f6 {+1.85/5 2.43s}
19. Bh5+ {-0.51/7 2.25s} g6 {+1.96/5 3.39s} 20. Bg4 {-0.95/7 2.45s}
Ba5 {+1.97/5 3.39s} 21. Re4 {-0.98/7 3.60s} h5 {+2.07/5 3.39s}
22. Be6 {-0.17/6 2.05s} Ke7 {+2.28/5 3.26s} 23. Bh3 {-0.62/7 3.44s}
g5 {+2.41/5 3.40s} 24. Qg3 {-0.87/7 2.65s} g4 {+2.12/4 2.31s}
25. Bxe5 {-0.29/7 1.77s} fxe5 {+1.60/5 3.47s} 26. Rxe5+ {-0.05/6 1.63s}
Kd7 {+1.60/4 3.47s} 27. b4 {-0.33/7 2.56s} Rag8 {+0.46/5 3.47s}
28. bxa5 {+0.26/7 2.27s} Qxa5 {+0.46/5 3.46s} 29. Qf3 {+0.53/6 1.98s}
gxh3 {+0.51/4 2.59s} 30. Qxh3+ {+0.31/6 2.14s} Kc7 {+0.32/5 1.98s}
31. Rxh5 {+0.33/6 2.69s} Rxh5 {+0.18/6 3.70s} 32. Qxh5 {+0.65/7 1.65s}
Kd6 {+0.28/5 3.70s} 33. Qf7 {+2.15/7 1.46s} Rd8 {-0.48/5 3.08s}
34. Qxb7 {+1.59/6 2.11s} Qc3 {-0.53/6 3.79s} 35. Rf1 {+2.04/7 1.67s}
Qa3 {-0.72/6 3.79s} 36. Qf7 {+2.43/6 1.06s} Qxa2 {+0.27/4 3.79s}
37. Re1 {+327.56/6 2.23s} Re8 {-3.93/3 3.79s} 38. Qxe8 {+327.58/1 0.001s}
Qxc4 {+M1/2 3.79s} 39. Qd8# {+327.66/1 0s, White mates} 1-0[/pgn]

Strengthwise more interesting will be the renamed 'Hedwig' after years of further developing.
A very interesting project. It is now called Sandbox. (Reika is the config name)

Code: Select all

Reyka version 1.0.0
engine param: bishop ak = 8.0
engine param: bishop as = 1.00000
engine param: bishop ms = 1.00000
engine param: bishop pin = 2.0
engine param: bishop ss = 1.00000
engine param: castle pen = 5.0
engine param: fixed depth = -1
engine param: king s1 = -4.0
engine param: king s2 = -2.0
engine param: king s3 = -1.0
engine param: king s4 = 0.0
engine param: king s5 = 0.0
engine param: king s6 = 1.0
engine param: king s7 = 2.0
engine param: king s8 = 4.0
engine param: king ss = 1.00000
engine param: knight ak = 4.0
engine param: knight as = 1.00000
engine param: knight ms = 1.00000
engine param: knight ss = 1.00000
engine param: param =
engine param: pawn ak = 0.5
engine param: pawn as = 1.00000
engine param: pawn ms = 1.00000
engine param: pawn ss = 1.00000
engine param: queen ak = 32.0
engine param: queen as = 1.00000
engine param: queen ms = 1.00000
engine param: queen pin = 3.0
engine param: queen ss = 1.00000
engine param: rook ak = 16.0
engine param: rook as = 1.00000
engine param: rook ms = 1.00000
engine param: rook pin = 2.0
engine param: rook ss = 1.00000
engine param: tempo = 0.30000
uci
id name sandbox chess
uciok
ucinewgame
isready
readyok
position startpos
   +---+---+---+---+---+---+---+---+
 8 | r | n | b | q | k | b | n | r |
   +---+---+---+---+---+---+---+---+
 7 | p | p | p | p | p | p | p | p |
   +---+---+---+---+---+---+---+---+
 6 |   |   |   |   |   |   |   |   |
   +---+---+---+---+---+---+---+---+
 5 |   |   |   |   |   |   |   |   |
   +---+---+---+---+---+---+---+---+
 4 |   |   |   |   |   |   |   |   |
   +---+---+---+---+---+---+---+---+
 3 |   |   |   |   |   |   |   |   |
   +---+---+---+---+---+---+---+---+
 2 | P | P | P | P | P | P | P | P |
   +---+---+---+---+---+---+---+---+
 1 | R | N | B | Q | K | B | N | R |
   +---+---+---+---+---+---+---+---+
     a   b   c   d   e   f   g   h
position hash key: 228846373
position rep key:2905791285
go infinite
info score cp 72 depth 1 pv e2e4
info score cp 72 depth 2 pv e2e4
info score cp 6 depth 3 pv e2e4 e7e5
info score cp 0 depth 3 pv e2e4 e7e5
info score cp 0 depth 4 pv e2e4 e7e5
info score cp 34 depth 5 pv e2e4 e7e5 d2d4
info score cp 34 depth 6 pv e2e4 d7d5 d2d3
info score cp 7 depth 7 pv e2e3 d7d5 d1h5 g7g6
info score cp 7 depth 8 pv e2e3 d7d5 d1h5 g7g6
info score cp 28 depth 9 pv d2d4 d7d5 g2g3 g7g6 g1f3
info score cp 30 depth 10 pv e2e4 e7e5 d2d4 d7d5 f1b5 c7c6
info score cp 11 depth 11 pv e2e4 d7d5 e4e5 g7g6 d2d4 b8c6
info score cp 10 depth 12 pv e2e4 e7e5 d2d4 d7d5 f1b5 c7c6 b5e2
info score cp 24 depth 13 pv e2e4 e7e5 d2d4 d7d5 f1b5 c7c6 b5e2
info score cp 24 depth 14 pv e2e4 e7e5 d2d4 d7d5 f1b5 c7c6 b5e2 f8b4
info score cp 5 depth 15 pv e2e4 e7e5 d2d4 d7d5 d4e5 d5e4 f1c4 b8c6
info score cp 19 depth 16 pv e2e4 e7e5 d2d4 e5d4 d1d4 b8c6 d4c4 b7b6
info score cp 22 depth 17 pv e2e4 e7e5 d2d4 e5d4 d1d4 b8c6 d4c4 b7b6 b1c3
info score cp 22 depth 18 pv e2e4 e7e5 d2d4 e5d4 d1d4 b8c6 d4c4 b7b6 b1c3
info score cp 8 depth 19 pv e2e4 d7d5 e4d5 d8d5 d2d4 e7e5 g1f3 d5e4 c1e3 e5d4
info score cp 5 depth 20 pv e2e4 d7d5 e4e5 d5d4 g1f3 e7e6 d2d3 b8c6 c1g5 f7f6
info score cp 13 depth 21 pv e2e4 d7d5 e4d5 d8d5 b1c3 d5e5 d1e2 e5e2 f1e2 e7e5 d2d3 g8f6
info score cp 11 depth 22 pv e2e4 d7d5 e4d5 d8d5 b1c3 d5e5 d1e2 e5e2 f1e2 e7e5 d2d3 g8f6
info score cp 23 depth 23 pv e2e4 d7d5 e4d5 d8d5 b1c3 d5e5 d1e2 e5e2 f1e2 e7e5 d2d3 g8f6 c1g5
info score cp 18 depth 24 pv e2e4 e7e5 b1c3 g8f6 d2d4 e5d4 d1d4 b8c6 d4d1 d7d6 g1f3 g7g6
info score cp 27 depth 25 pv e2e4 e7e5 b1c3 g8f6 d2d4 e5d4 d1d4 b8c6 d4d1 b7b6 g1f3 f8b4 c1g5
info score cp 12 depth 26 pv e2e4 e7e5 b1c3 b8c6 f1c4 g8f6 d2d3 f8c5 c1e3 d7d6 e3c5 d6c5 g1f3
I compiled the 'modernized' branch, but it shows a problem with the last move in mps time controls.
It will always overstep time by a very tiny margin. Hopefully the author or me can fix this.

https://github.com/DoubleEspresso/chess/tree/modernized

[pgn][Event "My Tournament"]
[Site "RWBC-CAPPUCCINO"]
[Date "2020.11.24"]
[Round "1"]
[White "Sandbox_Reika100dev-64"]
[Black "Vice_11"]
[Result "0-1"]
[ECO "B23"]
[GameDuration "00:03:59"]
[GameEndTime "2020-11-24T14:58:47.513 Mitteleuropäische Zeit"]
[GameStartTime "2020-11-24T14:54:47.645 Mitteleuropäische Zeit"]
[Opening "Sicilian"]
[PlyCount "78"]
[Termination "time forfeit"]
[TimeControl "40/120"]
[Variation "Closed, 2...Nc6"]

1. e4 {book} c5 {book} 2. Nc3 {book} Nc6 {book} 3. Bb5 {book} d6 {book}
4. d4 {+0.38/22 3.27s} cxd4 {-0.18/10 3.20s} 5. Qxd4 {+0.32/21 3.29s}
Bd7 {-0.08/9 3.19s} 6. Qc4 {+0.25/17 3.27s} e5 {-0.13/8 3.19s}
7. Nf3 {+0.26/18 3.27s} Be7 {-0.10/8 3.20s} 8. Qb3 {+0.22/20 3.27s}
a6 {+0.05/7 3.21s} 9. Be2 {+0.09/20 3.27s} Na5 {0.00/7 3.21s}
10. Qd5 {+0.09/20 3.27s} Nf6 {+0.12/8 3.21s} 11. Qd1 {+0.16/19 3.27s}
O-O {+0.12/8 3.21s} 12. h3 {+0.16/18 3.26s} Rc8 {+0.32/7 3.21s}
13. O-O {+0.10/17 3.27s} Qb6 {+0.27/7 3.21s} 14. Qe1 {+0.10/17 3.27s}
Nc6 {+0.30/7 3.21s} 15. Qd1 {+0.06/20 3.27s} Rfe8 {+0.30/7 3.21s}
16. Nd5 {+0.21/19 3.25s} Nxd5 {+0.35/9 3.21s} 17. exd5 {-0.02/22 3.24s}
Na5 {+0.30/9 3.22s} 18. Bd3 {+0.27/20 3.25s} f5 {+0.58/8 3.22s}
19. Be2 {-0.25/20 3.26s} Qc5 {+0.58/7 3.23s} 20. Ne1 {-0.07/19 3.25s}
f4 {+0.55/8 3.23s} 21. b3 {-0.03/20 3.25s} Bf5 {+0.38/7 3.23s}
22. Bd2 {+0.28/19 3.26s} Qc7 {+0.18/7 3.22s} 23. Bg4 {+0.34/19 3.26s}
Bxg4 {+0.25/9 3.23s} 24. Qxg4 {+0.18/22 3.25s} Bf6 {+0.20/8 3.24s}
25. c4 {+0.31/20 3.25s} Rb8 {+0.20/8 3.24s} 26. Rc1 {+0.24/21 3.25s}
Rbd8 {-0.10/8 3.25s} 27. g3 {+0.93/20 3.25s} fxg3 {-0.65/8 3.25s}
28. fxg3 {+0.96/21 3.24s} h5 {-0.70/8 3.24s} 29. Qxh5 {+0.94/20 3.24s}
e4 {-0.75/7 3.24s} 30. Ng2 {+0.85/19 3.24s} Bd4+ {-0.82/7 3.26s}
31. Be3 {+0.81/21 3.24s} Bc5 {-0.82/9 3.26s} 32. Qg6 {+1.01/19 3.23s}
Re5 {-0.82/8 3.25s} 33. Kh2 {+1.59/17 3.23s} Ba3 {-0.85/8 3.27s}
34. Rce1 {+2.75/20 3.22s} Bb4 {-1.85/8 3.27s} 35. Bd4 {+2.47/20 3.22s}
Bxe1 {-1.93/9 3.28s} 36. Bxe5 {+3.46/22 3.22s} Bb4 {-2.88/8 3.29s}
37. Qe6+ {+3.85/23 3.19s} Kh7 {-4.20/9 3.31s} 38. Rf7 {+3.85/21 3.18s}
Qxf7 {-4.60/12 3.32s} 39. Qxf7 {+3.83/25 3.18s}
dxe5 {-4.60/11 3.35s, White loses on time} 0-1

[Event "My Tournament"]
[Site "RWBC-CAPPUCCINO"]
[Date "2020.11.24"]
[Round "1"]
[White "Vice_11"]
[Black "Sandbox_Reika100dev-64"]
[Result "1-0"]
[ECO "B23"]
[GameDuration "00:04:03"]
[GameEndTime "2020-11-24T15:02:51.875 Mitteleuropäische Zeit"]
[GameStartTime "2020-11-24T14:58:48.573 Mitteleuropäische Zeit"]
[Opening "Sicilian"]
[PlyCount "79"]
[Termination "time forfeit"]
[TimeControl "40/120"]
[Variation "Closed, 2...Nc6"]

1. e4 {book} c5 {book} 2. Nc3 {book} Nc6 {book} 3. Bb5 {book} d6 {book}
4. Bxc6+ {+0.22/8 3.20s} bxc6 {+0.20/22 3.27s} 5. f4 {+0.22/9 3.20s}
g6 {+0.30/20 3.28s} 6. Nf3 {+0.40/8 3.20s} Nf6 {+0.29/21 3.28s}
7. O-O {+0.40/8 3.20s} c4 {+0.31/21 3.27s} 8. d4 {+0.65/8 3.21s}
cxd3 {+0.36/22 3.27s} 9. cxd3 {+0.58/8 3.21s} Bg7 {+0.18/20 3.26s}
10. Be3 {+0.65/7 3.22s} Ng4 {+0.77/21 3.27s} 11. Qd2 {+0.57/8 3.21s}
O-O {+0.80/21 3.27s} 12. Rac1 {+0.45/8 3.21s} Nxe3 {+0.84/21 3.27s}
13. Qxe3 {+0.45/8 3.21s} Qb6 {+0.86/22 3.26s} 14. Qxb6 {+0.35/9 3.21s}
axb6 {+0.85/23 3.27s} 15. d4 {+0.30/9 3.21s} Bh6 {+0.90/21 3.26s}
16. g3 {+0.25/9 3.21s} Bg7 {+0.92/21 3.27s} 17. Rcd1 {+0.25/8 3.21s}
Be6 {+1.02/22 3.26s} 18. a3 {+0.25/9 3.22s} Rfd8 {+0.99/22 3.28s}
19. Rd2 {+0.20/9 3.21s} Ra5 {+1.02/21 3.26s} 20. Re1 {+0.25/9 3.23s}
c5 {+0.98/19 3.27s} 21. Re3 {+0.25/9 3.22s} Ra7 {+0.97/20 3.26s}
22. dxc5 {+0.25/8 3.22s} bxc5 {+0.94/20 3.25s} 23. Kh1 {+0.15/8 3.23s}
Rdd7 {+1.14/20 3.25s} 24. Kg1 {0.00/9 3.25s} Bg4 {+1.10/19 3.25s}
25. Nb5 {0.00/9 3.25s} Ra8 {+1.16/22 3.23s} 26. b3 {-0.10/9 3.24s}
Rb8 {+1.13/19 3.24s} 27. a4 {+0.05/9 3.24s} f6 {+1.14/19 3.25s}
28. Nh4 {+0.05/8 3.24s} Rdb7 {+1.42/23 3.24s} 29. Rdd3 {-0.60/10 3.26s}
Ra8 {+1.12/22 3.24s} 30. f5 {+0.05/9 3.26s} Bh6 {+1.11/23 3.24s}
31. Re1 {+0.05/11 3.26s} Kg7 {+1.14/20 3.23s} 32. Kh1 {+0.05/9 3.25s}
Bg5 {+1.17/21 3.23s} 33. fxg6 {+0.10/9 3.27s} hxg6 {+1.17/23 3.23s}
34. Nf3 {-0.30/9 3.27s} Bh6 {+1.35/20 3.21s} 35. Na3 {-0.35/9 3.29s}
Rab8 {+2.07/23 3.21s} 36. Nb5 {-0.75/9 3.29s} Bd7 {+2.24/21 3.20s}
37. b4 {-1.45/10 3.31s} cxb4 {+2.74/23 3.21s} 38. Rb1 {-1.55/10 3.32s}
Bxb5 {+2.78/25 3.17s} 39. axb5 {-1.80/11 3.36s} Rxb5 {+2.64/25 3.16s}
40. Nd4 {-1.80/9 3.37s, Black loses on time} 1-0

[Event "My Tournament"]
[Site "RWBC-CAPPUCCINO"]
[Date "2020.11.24"]
[Round "2"]
[White "Sandbox_Reika100dev-64"]
[Black "Vice_11"]
[Result "0-1"]
[ECO "A46"]
[GameDuration "00:03:59"]
[GameEndTime "2020-11-24T15:06:52.872 Mitteleuropäische Zeit"]
[GameStartTime "2020-11-24T15:02:52.945 Mitteleuropäische Zeit"]
[Opening "Queen's pawn game"]
[PlyCount "78"]
[Termination "time forfeit"]
[TimeControl "40/120"]

1. d4 {book} Nf6 {book} 2. Nf3 {book} d6 {book} 3. c4 {book} Nbd7 {book}
4. Nc3 {+0.44/20 3.28s} e5 {-0.15/9 3.19s} 5. e3 {+0.36/19 3.29s}
Be7 {-0.20/9 3.19s} 6. Bd3 {+0.46/18 3.27s} c5 {-0.23/9 3.19s}
7. a3 {+0.38/16 3.27s} O-O {-0.17/8 3.20s} 8. O-O {+0.44/17 3.28s}
cxd4 {+0.02/9 3.21s} 9. exd4 {+0.14/23 3.27s} exd4 {-0.10/9 3.21s}
10. Nxd4 {+0.12/22 3.26s} Re8 {-0.15/8 3.21s} 11. Nf5 {+0.35/19 3.26s}
Ne5 {+0.02/8 3.21s} 12. Nxe7+ {+0.51/20 3.25s} Qxe7 {-0.18/8 3.22s}
13. Be2 {+0.41/21 3.26s} Be6 {+0.02/7 3.22s} 14. Qd4 {+0.40/20 3.27s}
Rac8 {+0.20/7 3.21s} 15. b3 {+0.30/20 3.27s} Nc6 {+0.20/8 3.21s}
16. Qf4 {+0.30/21 3.27s} Na5 {+0.45/8 3.21s} 17. Rb1 {+0.34/21 3.26s}
d5 {+0.50/8 3.21s} 18. Qg5 {+0.26/21 3.26s} b6 {+0.70/8 3.23s}
19. cxd5 {-0.05/21 3.27s} Rxc3 {+1.00/9 3.23s} 20. dxe6 {0.00/22 3.26s}
Qxe6 {+1.10/9 3.22s} 21. Bb2 {-0.11/21 3.25s} Rc5 {+1.00/9 3.23s}
22. Qg3 {+0.22/22 3.25s} Qxb3 {+0.90/9 3.23s} 23. Bd3 {+0.45/22 3.25s}
Nh5 {+0.75/9 3.23s} 24. Rfe1 {+0.47/20 3.25s} Rd8 {+0.65/8 3.23s}
25. Qf3 {+0.34/20 3.25s} Qd5 {+0.65/8 3.24s} 26. Qg4 {+0.24/19 3.23s}
Qd6 {+0.75/7 3.25s} 27. Rbd1 {+0.37/19 3.25s} Rd5 {+0.65/8 3.25s}
28. Bc2 {+0.33/21 3.24s} g6 {+0.60/9 3.24s} 29. Qf3 {+0.27/21 3.24s}
f6 {+0.30/9 3.24s} 30. Rxd5 {+0.63/23 3.24s} Qxd5 {-0.20/11 3.26s}
31. Qxd5+ {+0.32/21 3.22s} Rxd5 {+0.40/8 3.26s} 32. Re8+ {+0.45/23 3.24s}
Kf7 {+0.50/10 3.25s} 33. Ra8 {+0.18/23 3.23s} Rd7 {+0.50/9 3.27s}
34. Ba4 {+0.28/22 3.22s} Re7 {+0.50/10 3.27s} 35. Bc3 {+0.24/22 3.21s}
Nf4 {+0.50/10 3.29s} 36. Bd2 {-0.07/22 3.21s} Ne6 {+0.55/9 3.29s}
37. Rc8 {+0.12/21 3.20s} Rc7 {+0.95/11 3.30s} 38. Rxc7+ {+0.07/23 3.18s}
Nxc7 {+1.05/11 3.32s} 39. Bc2 {+0.05/24 3.19s}
Ke6 {+1.15/12 3.35s, White loses on time} 0-1[/pgn]
https://rwbc-chess.de

trollwatch:
Chessqueen + chessica + AlexChess + Eduard + Sylwy