-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathresult_deep_search.txt
674 lines (576 loc) · 18.8 KB
/
result_deep_search.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
./stockfish bench 1024 3 3600000 pf_hard.epd dbt
Position: 1/30
+---+---+---+---+---+---+---+---+
| | b | | | | | | |
+---+---+---+---+---+---+---+---+
| | | p | | | | | |
+---+---+---+---+---+---+---+---+
| | k | B | | | | | |
+---+---+---+---+---+---+---+---+
| | P | N | | | | | |
+---+---+---+---+---+---+---+---+
| | | | | | | | |
+---+---+---+---+---+---+---+---+
| | | | K | | | | |
+---+---+---+---+---+---+---+---+
| | | | | | | | |
+---+---+---+---+---+---+---+---+
| q | | | | | | | |
+---+---+---+---+---+---+---+---+
Fen: 1b6/2p5/1kB5/1PN5/8/3K4/8/q7 w - - 0 1
Key: 2D31B3415813DDC4
Checkers:
Warm-up best move: Nd7+, score: cp -509
Forcing best move: Nb3
After forcing best move, score: cp -581
Position: 2/30
+---+---+---+---+---+---+---+---+
| | r | | | | r | k | |
+---+---+---+---+---+---+---+---+
| | | | | | p | | p |
+---+---+---+---+---+---+---+---+
| p | | | p | b | | p | |
+---+---+---+---+---+---+---+---+
| | | | N | p | | P | |
+---+---+---+---+---+---+---+---+
| | | p | R | P | R | | |
+---+---+---+---+---+---+---+---+
| q | P | | | Q | | N | |
+---+---+---+---+---+---+---+---+
| P | | P | K | | | | P |
+---+---+---+---+---+---+---+---+
| | | | | | | | |
+---+---+---+---+---+---+---+---+
Fen: 1r3rk1/5p1p/p2pb1p1/3Np1P1/2pRPR2/qP2Q1N1/P1PK3P/8 w - - 0 1
Key: 2413FE5AEE75A5A1
Checkers:
Warm-up best move: Nf5, score: cp 207
Best move already found!
Position: 3/30
+---+---+---+---+---+---+---+---+
| | | r | | r | | k | |
+---+---+---+---+---+---+---+---+
| | | | | b | p | p | p |
+---+---+---+---+---+---+---+---+
| | q | | | | | n | |
+---+---+---+---+---+---+---+---+
| | | | p | P | | | |
+---+---+---+---+---+---+---+---+
| p | | p | P | | | | |
+---+---+---+---+---+---+---+---+
| P | n | R | | | N | B | P |
+---+---+---+---+---+---+---+---+
| | P | | | | | P | |
+---+---+---+---+---+---+---+---+
| | B | | Q | R | | | K |
+---+---+---+---+---+---+---+---+
Fen: 2r1r1k1/4bppp/1q4n1/3pP3/p1pP4/PnR2NBP/1P4P1/1B1QR2K w - - 0 1
Key: 74B34A205CD66C3F
Checkers:
Warm-up best move: Bf5, score: cp 94
Forcing best move: e6
After forcing best move, score: cp 123
Position: 4/30
+---+---+---+---+---+---+---+---+
| | | | k | | | | |
+---+---+---+---+---+---+---+---+
| | | p | q | | | | p |
+---+---+---+---+---+---+---+---+
| p | p | | | | | | R |
+---+---+---+---+---+---+---+---+
| | | | | P | | | |
+---+---+---+---+---+---+---+---+
| P | | | | | | | P |
+---+---+---+---+---+---+---+---+
| | | P | N | | | | |
+---+---+---+---+---+---+---+---+
| | P | N | | | | K | |
+---+---+---+---+---+---+---+---+
| | | | | | | | |
+---+---+---+---+---+---+---+---+
Fen: 3k4/2pq3p/pp5R/4P3/P6P/2PN4/1PN3K1/8 w - - 0 1
Key: BF80940CDA95F315
Checkers:
Warm-up best move: Kf3, score: cp 0
Forcing best move: Nd4
After forcing best move, score: cp -11
Position: 5/30
+---+---+---+---+---+---+---+---+
| | | | k | | | | |
+---+---+---+---+---+---+---+---+
| | | | | p | p | | |
+---+---+---+---+---+---+---+---+
| n | | | n | | | | |
+---+---+---+---+---+---+---+---+
| | | | | | B | N | |
+---+---+---+---+---+---+---+---+
| | | | N | | | | |
+---+---+---+---+---+---+---+---+
| b | | | | | | | |
+---+---+---+---+---+---+---+---+
| | | | | K | | | |
+---+---+---+---+---+---+---+---+
| | | | | | | | |
+---+---+---+---+---+---+---+---+
Fen: 3k4/4pp2/n2n4/5BN1/3N4/b7/4K3/8 w - - 0 1
Key: D740007478BB669B
Checkers:
Warm-up best move: Bh3, score: cp -184
Forcing best move: Nxf7+
After forcing best move, score: cp -169
Position: 6/30
+---+---+---+---+---+---+---+---+
| | | | | K | | k | |
+---+---+---+---+---+---+---+---+
| | | | | | | | |
+---+---+---+---+---+---+---+---+
| | p | | | | | | p |
+---+---+---+---+---+---+---+---+
| | P | p | | | | b | |
+---+---+---+---+---+---+---+---+
| | | | | | | | |
+---+---+---+---+---+---+---+---+
| | P | | | | P | | |
+---+---+---+---+---+---+---+---+
| P | | B | | | P | | |
+---+---+---+---+---+---+---+---+
| | | | | | | | |
+---+---+---+---+---+---+---+---+
Fen: 4K1k1/8/1p5p/1Pp3b1/8/1P3P2/P1B2P2/8 w - - 0 1
Key: E56C69241DDE73FE
Checkers:
Warm-up best move: Kd7, score: cp 147
Forcing best move: f4
After forcing best move, score: cp 472
Position: 7/30
+---+---+---+---+---+---+---+---+
| | | | | k | | b | r |
+---+---+---+---+---+---+---+---+
| | K | | p | | n | | r |
+---+---+---+---+---+---+---+---+
| | | p | | | p | N | |
+---+---+---+---+---+---+---+---+
| P | | | p | | N | | |
+---+---+---+---+---+---+---+---+
| | | P | | | | p | P |
+---+---+---+---+---+---+---+---+
| | | | | | B | | |
+---+---+---+---+---+---+---+---+
| P | | | P | | | | |
+---+---+---+---+---+---+---+---+
| | | | | | | | |
+---+---+---+---+---+---+---+---+
Fen: 4k1br/1K1p1n1r/2p2pN1/P2p1N2/2P3pP/5B2/P2P4/8 w - - 0 1
Key: 042F841DD5DABE11
Checkers:
Warm-up best move: a6, score: cp 98
Forcing best move: Kc8
After forcing best move, score: mate 14
Position: 8/30
+---+---+---+---+---+---+---+---+
| | | | | q | | k | r |
+---+---+---+---+---+---+---+---+
| p | | | | | | | p |
+---+---+---+---+---+---+---+---+
| | p | r | Q | P | p | p | B |
+---+---+---+---+---+---+---+---+
| | | | | n | | | |
+---+---+---+---+---+---+---+---+
| | | | | P | | | |
+---+---+---+---+---+---+---+---+
| | | P | | | | | |
+---+---+---+---+---+---+---+---+
| P | P | | | B | | | P |
+---+---+---+---+---+---+---+---+
| R | | | | | | K | |
+---+---+---+---+---+---+---+---+
Fen: 4q1kr/p6p/1prQPppB/4n3/4P3/2P5/PP2B2P/R5K1 w - - 0 1
Key: C153DD9E6280F0EE
Checkers:
Warm-up best move: Qa3, score: cp 0
Forcing best move: Qxe5
After forcing best move, score: cp 0
Position: 9/30
+---+---+---+---+---+---+---+---+
| | | | | | n | r | |
+---+---+---+---+---+---+---+---+
| | | P | p | | | p | k |
+---+---+---+---+---+---+---+---+
| | | | P | p | | p | |
+---+---+---+---+---+---+---+---+
| | | | | P | | P | |
+---+---+---+---+---+---+---+---+
| | | | | | | P | |
+---+---+---+---+---+---+---+---+
| | | | | | K | | |
+---+---+---+---+---+---+---+---+
| | | | | | | | |
+---+---+---+---+---+---+---+---+
| | | | | | | | n |
+---+---+---+---+---+---+---+---+
Fen: 5nr1/2Pp2pk/3Pp1p1/4P1P1/6P1/5K2/8/7n w - - 0 1
Key: F0EF6FE10F4BD9DA
Checkers:
Warm-up best move: Kg2, score: cp 201
Forcing best move: c8=N
After forcing best move, score: cp 0
Position: 10/30
+---+---+---+---+---+---+---+---+
| | | | | | | | |
+---+---+---+---+---+---+---+---+
| | p | | | b | | | |
+---+---+---+---+---+---+---+---+
| | | | | | | k | |
+---+---+---+---+---+---+---+---+
| | | | | | p | | |
+---+---+---+---+---+---+---+---+
| p | | | N | b | P | | p |
+---+---+---+---+---+---+---+---+
| P | | B | | P | | p | |
+---+---+---+---+---+---+---+---+
| | P | | | | | | P |
+---+---+---+---+---+---+---+---+
| | | | | | | K | |
+---+---+---+---+---+---+---+---+
Fen: 8/1p2b3/6k1/5p2/p2NbP1p/P1B1P1p1/1P5P/6K1 w - - 0 1
Key: 897A7B1AFDD560CF
Checkers:
Warm-up best move: Be1, score: cp -31
Forcing best move: h3
After forcing best move, score: cp -249
Position: 11/30
+---+---+---+---+---+---+---+---+
| | | | | | | | |
+---+---+---+---+---+---+---+---+
| | | | P | | | | k |
+---+---+---+---+---+---+---+---+
| n | | | K | | | | p |
+---+---+---+---+---+---+---+---+
| | | p | | | | n | |
+---+---+---+---+---+---+---+---+
| | b | | | | | N | |
+---+---+---+---+---+---+---+---+
| | | p | | p | | P | |
+---+---+---+---+---+---+---+---+
| | | | | | | | |
+---+---+---+---+---+---+---+---+
| | | | B | | | | |
+---+---+---+---+---+---+---+---+
Fen: 8/3P3k/n2K3p/2p3n1/1b4N1/2p1p1P1/8/3B4 w - - 0 1
Key: 7CBCD7216C94DE4E
Checkers:
Warm-up best move: d8=Q, score: cp -329
Forcing best move: Nf6+
After forcing best move, score: cp 789
Position: 12/30
+---+---+---+---+---+---+---+---+
| | | | | | | | |
+---+---+---+---+---+---+---+---+
| | | | | | | | |
+---+---+---+---+---+---+---+---+
| | | | | k | p | p | |
+---+---+---+---+---+---+---+---+
| | | | p | | b | | |
+---+---+---+---+---+---+---+---+
| p | | | | | | | P |
+---+---+---+---+---+---+---+---+
| | | B | | | | | |
+---+---+---+---+---+---+---+---+
| | | | | | | P | |
+---+---+---+---+---+---+---+---+
| | | | | | | K | |
+---+---+---+---+---+---+---+---+
Fen: 8/8/4kpp1/3p1b2/p6P/2B5/6P1/6K1 b - - 0 1
Key: C23935EA08F78041
Checkers:
Warm-up best move: ..a3, score: cp 309
Forcing best move: ..Bh3
After forcing best move, score: cp 627
Position: 13/30
+---+---+---+---+---+---+---+---+
| q | | | | | | | |
+---+---+---+---+---+---+---+---+
| b | | p | | | | | |
+---+---+---+---+---+---+---+---+
| k | p | | p | | | | |
+---+---+---+---+---+---+---+---+
| p | | | P | N | | | |
+---+---+---+---+---+---+---+---+
| P | P | P | | | | | |
+---+---+---+---+---+---+---+---+
| | K | | | | | | |
+---+---+---+---+---+---+---+---+
| | | | | | | | |
+---+---+---+---+---+---+---+---+
| | | | | | B | | |
+---+---+---+---+---+---+---+---+
Fen: q7/b1p5/kp1p4/p2PN3/PPP5/1K6/8/5B2 w - - 0 1
Key: 5393C72F62629790
Checkers:
Warm-up best move: b5+, score: cp -525
Forcing best move: c5+
After forcing best move, score: cp 0
Position: 14/30
+---+---+---+---+---+---+---+---+
| | n | r | q | r | | | |
+---+---+---+---+---+---+---+---+
| | b | | | | | b | k |
+---+---+---+---+---+---+---+---+
| p | p | | | | p | p | |
+---+---+---+---+---+---+---+---+
| | | | p | P | p | | p |
+---+---+---+---+---+---+---+---+
| P | | p | P | | P | | P |
+---+---+---+---+---+---+---+---+
| | | P | | B | N | | |
+---+---+---+---+---+---+---+---+
| | P | B | | | Q | P | |
+---+---+---+---+---+---+---+---+
| R | | | | | R | K | |
+---+---+---+---+---+---+---+---+
Fen: 1nrqr3/1b4bk/pp3pp1/3pPp1p/P1pP1P1P/2P1BN2/1PB2QP1/R4RK1 w - - 0 1
Key: 2B9AFAF7F1F2310F
Checkers:
Warm-up best move: Rfe1, score: cp 69
Forcing best move: Nh2
After forcing best move, score: cp 123
Position: 15/30
+---+---+---+---+---+---+---+---+
| | r | b | | | r | | k |
+---+---+---+---+---+---+---+---+
| | | | p | | p | p | |
+---+---+---+---+---+---+---+---+
| p | | | | p | | | p |
+---+---+---+---+---+---+---+---+
| | p | | | P | | | |
+---+---+---+---+---+---+---+---+
| | | | | q | | | |
+---+---+---+---+---+---+---+---+
| | N | | | B | | R | |
+---+---+---+---+---+---+---+---+
| P | P | P | | N | | P | |
+---+---+---+---+---+---+---+---+
| | | K | R | | B | | |
+---+---+---+---+---+---+---+---+
Fen: 1rb2r1k/3p1pp1/p3p2p/1p2P3/4q3/1N2B1R1/PPP1N1P1/2KR1B2 w - - 0 1
Key: 3C22AD4EA44F878B
Checkers:
Warm-up best move: Bc5, score: cp 41
Forcing best move: Nf4
After forcing best move, score: cp 108
Position: 16/30
+---+---+---+---+---+---+---+---+
| | | b | | r | k | | |
+---+---+---+---+---+---+---+---+
| | | | | | p | | |
+---+---+---+---+---+---+---+---+
| p | | P | | | | | |
+---+---+---+---+---+---+---+---+
| | | p | | | P | | |
+---+---+---+---+---+---+---+---+
| | | p | | | | | |
+---+---+---+---+---+---+---+---+
| | | | | | | | B |
+---+---+---+---+---+---+---+---+
| P | | | | | | | |
+---+---+---+---+---+---+---+---+
| | | K | R | | | | |
+---+---+---+---+---+---+---+---+
Fen: 2b1rk2/5p2/p1P5/2p2P2/2p5/7B/P7/2KR4 w - - 0 1
Key: 3D19D053F128E0A9
Checkers:
Warm-up best move: c7, score: cp 0
Forcing best move: f6
After forcing best move, score: cp 0
Position: 17/30
+---+---+---+---+---+---+---+---+
| | | b | q | | b | | |
+---+---+---+---+---+---+---+---+
| | p | | | | k | | |
+---+---+---+---+---+---+---+---+
| | r | | p | | p | | p |
+---+---+---+---+---+---+---+---+
| p | N | p | P | | P | p | P |
+---+---+---+---+---+---+---+---+
| P | | P | | | | P | |
+---+---+---+---+---+---+---+---+
| | | | | | | B | |
+---+---+---+---+---+---+---+---+
| | P | | | | | | Q |
+---+---+---+---+---+---+---+---+
| | | K | | R | | | |
+---+---+---+---+---+---+---+---+
Fen: 2bq1b2/1p3k2/1r1p1p1p/pNpP1PpP/P1P3P1/6B1/1P5Q/2K1R3 w - - 0 1
Key: 273F585586CF4667
Checkers:
Warm-up best move: Re6, score: cp 282
Best move already found!
Position: 18/30
+---+---+---+---+---+---+---+---+
| | | q | | | r | | k |
+---+---+---+---+---+---+---+---+
| p | | p | | b | | p | p |
+---+---+---+---+---+---+---+---+
| b | r | | p | | n | | |
+---+---+---+---+---+---+---+---+
| | | p | | N | | B | P |
+---+---+---+---+---+---+---+---+
| Q | | P | | P | | | |
+---+---+---+---+---+---+---+---+
| | | | | | | | |
+---+---+---+---+---+---+---+---+
| P | P | | N | | P | P | |
+---+---+---+---+---+---+---+---+
| | | K | R | | | | R |
+---+---+---+---+---+---+---+---+
Fen: 2q2r1k/p1p1b1pp/br1p1n2/2p1N1BP/Q1P1P3/8/PP1N1PP1/2KR3R w - - 0 1
Key: E49F6BF6509C25E3
Checkers:
Warm-up best move: Nd3, score: cp 145
Forcing best move: Ng6+
After forcing best move, score: cp 257
Position: 19/30
+---+---+---+---+---+---+---+---+
| | | r | | | | | |
+---+---+---+---+---+---+---+---+
| p | r | k | p | R | | p | |
+---+---+---+---+---+---+---+---+
| | | p | | p | p | K | |
+---+---+---+---+---+---+---+---+
| P | | p | | N | | B | |
+---+---+---+---+---+---+---+---+
| P | | P | | P | | | |
+---+---+---+---+---+---+---+---+
| | | | | | | | |
+---+---+---+---+---+---+---+---+
| | | | | | | | |
+---+---+---+---+---+---+---+---+
| | | | | | | | |
+---+---+---+---+---+---+---+---+
Fen: 2r5/prkpR1p1/2p1ppK1/P1p1N1B1/P1P1P3/8/8/8 w - - 0 1
Key: F1147DD2F8B51FF2
Checkers:
Warm-up best move: Rxd7+, score: cp 0
Forcing best move: Bf4
After forcing best move, score: cp 25
Position: 20/30
+---+---+---+---+---+---+---+---+
| | | | | | | R | |
+---+---+---+---+---+---+---+---+
| | | | | | | | |
+---+---+---+---+---+---+---+---+
| | | p | B | | | | k |
+---+---+---+---+---+---+---+---+
| | | P | | | | | p |
+---+---+---+---+---+---+---+---+
| | | | | | p | | q |
+---+---+---+---+---+---+---+---+
| | | | | | P | | |
+---+---+---+---+---+---+---+---+
| | | | | P | | K | |
+---+---+---+---+---+---+---+---+
| | | | | | | | |
+---+---+---+---+---+---+---+---+
Fen: 6R1/8/2pB3k/2P4p/5p1q/5P2/4P1K1/8 w - - 0 1
Key: 211B207B3D25AF71
Checkers:
Warm-up best move: Rf8, score: cp 0
Forcing best move: Bf8+
After forcing best move, score: cp 0
Position: 21/30
+---+---+---+---+---+---+---+---+
| | | | | | | b | |
+---+---+---+---+---+---+---+---+
| | | | | | p | | |
+---+---+---+---+---+---+---+---+
| | p | | | | B | p | |
+---+---+---+---+---+---+---+---+
| | P | | | | p | P | |
+---+---+---+---+---+---+---+---+
| | | | | | P | | |
+---+---+---+---+---+---+---+---+
| p | p | | B | | | K | |
+---+---+---+---+---+---+---+---+
| p | r | | | | | P | |
+---+---+---+---+---+---+---+---+
| k | | | | | | | |
+---+---+---+---+---+---+---+---+
Fen: 6b1/5p2/1p3Bp1/1P3pP1/5P2/pp1B2K1/pr4P1/k7 w - - 0 1
Key: F1012050111CFB55
Checkers:
Warm-up best move: Kf3, score: cp 0
Forcing best move: Kh2
After forcing best move, score: cp 0
Position: 22/30
+---+---+---+---+---+---+---+---+
| | | | | | | k | |
+---+---+---+---+---+---+---+---+
| p | | | | | | | |
+---+---+---+---+---+---+---+---+
| | | | | | | | |
+---+---+---+---+---+---+---+---+
| | | | | B | | | |
+---+---+---+---+---+---+---+---+
| P | p | | | | p | | P |
+---+---+---+---+---+---+---+---+
| q | P | | | | | | P |
+---+---+---+---+---+---+---+---+
| P | | R | b | | | K | |
+---+---+---+---+---+---+---+---+
| | | | | | | | |
+---+---+---+---+---+---+---+---+
Fen: 6k1/p7/8/4B3/Pp3p1P/qP5P/P1Rb2K1/8 w - - 0 1
Key: ACA94256ECF9D387
Checkers:
Warm-up best move: Rxd2, score: cp 0
Forcing best move: Kf3
After forcing best move, score: cp 7
Position: 23/30
+---+---+---+---+---+---+---+---+
| | | | | | | | q |
+---+---+---+---+---+---+---+---+
| b | | p | | | | | |
+---+---+---+---+---+---+---+---+
| | p | | N | p | k | b | |
+---+---+---+---+---+---+---+---+
| p | P | P | | | p | p | P |
+---+---+---+---+---+---+---+---+
| P | | P | | | | | |
+---+---+---+---+---+---+---+---+
| | | | B | | | P | |
+---+---+---+---+---+---+---+---+
| | | | | | P | | R |
+---+---+---+---+---+---+---+---+
| K | | | | R | | | |
+---+---+---+---+---+---+---+---+
Fen: 7q/b1p5/1p1Npkb1/pPP2ppP/P1P5/3B2P1/5P1R/K3R3 w - - 0 1
Key: 696B83EBCD73D784
Checkers:
Warm-up best move: Nb7, score: cp 0
Forcing best move: hxg6
After forcing best move, score: cp 0
Position: 24/30
+---+---+---+---+---+---+---+---+
| | | | | | | | |
+---+---+---+---+---+---+---+---+
| | | | | | p | | |
+---+---+---+---+---+---+---+---+
| N | | p | | | | p | |
+---+---+---+---+---+---+---+---+
| | | | p | P | | P | |
+---+---+---+---+---+---+---+---+
| | | | | | | | P |
+---+---+---+---+---+---+---+---+
| | | k | P | | | | |
+---+---+---+---+---+---+---+---+
| P | b | | | | | | |
+---+---+---+---+---+---+---+---+
| | | | | | | | K |
+---+---+---+---+---+---+---+---+
Fen: 8/5p2/N1p3p1/3pP1P1/7P/2kP4/Pb6/7K w - - 0 1
Key: 85D4D3485BA3F5EB
Checkers:
Warm-up best move: a4, score: cp 8
Forcing best move: h5
After forcing best move, score: cp 0
Position: 25/30