Update checkmate trial.

This commit is contained in:
yukirij 2025-02-03 19:04:29 -08:00
parent 03a3b99379
commit e2175b6b31

View File

@ -513,7 +513,7 @@ const GAME_CONFIGS = {
new GameConfig()
.set_pieces(CONFIG_PIECES_STANDARD)
.set_pool(new Uint8Array([1, 1, 1, 1, 2, 0, 0, 7, 0, 1, 0, 0, 0, 0]))
.set_pool(new Uint8Array([1, 1, 1, 1, 2, 0, 0, 7, 0, 0, 0, 0, 0, 0]))
.set_layout(
new GameConfig.Layout()
.add_piece(4, 0, false, new MATH.Vec2(2, 0))
@ -536,6 +536,7 @@ const GAME_CONFIGS = {
.add_piece(0, 1, true, new MATH.Vec2(0, 0))
.add_piece(1, 1, false, new MATH.Vec2(0, 2))
.add_piece(5, 1, false, new MATH.Vec2(1, 2))
.add_piece(2, 1, false, new MATH.Vec2(1, 4))
.add_piece(3, 1, false, new MATH.Vec2(5, 8))
.add_piece(0, 1, false, new MATH.Vec2(5, 6))