You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
info: 'Use your queen and rook to restrict the king and deliver checkmate. Mate in 3 if played perfectly.',
427
+
solution: null,
428
+
goal: {type: 'CHECKMATE',by: 'player'},
429
+
opponentConstraints: null,
427
430
},
428
431
{
429
432
name: 'Two rook mate',
430
433
fen: '8/8/3k4/8/8/4K3/8/R6R w - - 0 1',
431
-
info: `Use your rooks to restrict the king and deliver checkmate. Mate in 4 if played perfectly.`,
434
+
info: 'Use your rooks to restrict the king and deliver checkmate. Mate in 4 if played perfectly.',
435
+
solution: null,
436
+
goal: {type: 'CHECKMATE',by: 'player'},
437
+
opponentConstraints: null,
432
438
},
433
439
{
434
440
name: 'Queen and bishop mate',
435
441
fen: '8/8/3k4/8/8/2QBK3/8/8 w - - 0 1',
436
-
info: `Use your queen and bishop to restrict the king and deliver checkmate. Mate in 5 if played perfectly.`,
442
+
info: 'Use your queen and bishop to restrict the king and deliver checkmate. Mate in 5 if played perfectly.',
443
+
solution: null,
444
+
goal: {type: 'CHECKMATE',by: 'player'},
445
+
opponentConstraints: null,
437
446
},
438
447
{
439
448
name: 'Queen and knight mate',
440
449
fen: '8/8/3k4/8/8/2QNK3/8/8 w - - 0 1',
441
-
info: `Use your queen and knight to restrict the king and deliver checkmate. Mate in 5 if played perfectly.`,
450
+
info: 'Use your queen and knight to restrict the king and deliver checkmate. Mate in 5 if played perfectly.',
451
+
solution: null,
452
+
goal: {type: 'CHECKMATE',by: 'player'},
453
+
opponentConstraints: null,
442
454
},
443
455
{
444
456
name: 'Queen mate',
445
457
fen: '8/8/3k4/8/8/4K3/8/4Q3 w - - 0 1',
446
-
info: `Use your queen to restrict the king, force it to the edge of the board and deliver checkmate. The queen can't do it alone, so use your king to help. Mate in 6 if played perfectly.`,
458
+
info: 'Use your queen to restrict the king, force it to the edge of the board and deliver checkmate. The queen can\'t do it alone, so use your king to help. Mate in 6 if played perfectly.',
459
+
solution: null,
460
+
goal: {type: 'CHECKMATE',by: 'player'},
461
+
opponentConstraints: null,
447
462
},
448
463
{
449
464
name: 'Rook mate',
450
465
fen: '8/8/3k4/8/8/4K3/8/4R3 w - - 0 1',
451
-
info: `Use your rook to restrict the king, force it to the edge of the board and deliver checkmate. The rook can't do it alone, so use your king to help. Mate in 11 if played perfectly.`,
466
+
info: 'Use your rook to restrict the king, force it to the edge of the board and deliver checkmate. The rook can\'t do it alone, so use your king to help. Mate in 11 if played perfectly.',
0 commit comments