Puzzle Introduction
Yazhime
This is our original puzzle of using a chess pieces.
How to Play:
- Put one of the chess pieces given in empty cells
- If there is no other kind of pieces, no piece attack to same kind of pieces each other
- When a 8x8 sized board filled all cells, each piece number are as follow:
Q=8, R=8, B=10, K=10, N=14, P=14
Annotation:
- Pawn can not be diagonally adjacent
- King can not be neither orthogonally nor diagonally adjacent
- Bishop can not repeat on each diagonal line
- Rook can not repeat on each row and column
- Queen can not repeat on each row, column and diagonal line
- kNight is denoted by "N", because "K" is used for King.
Yazhime 8x8
NP..K..K.K.P.N.PBBR...QKP...BN.NQ.PK...BBB...PKQN.P.N.N.K..N..RB
Given Pieces
- QQQQQ (x5)
- RRRRRR (x6)
- BBB (x3)
- KKK (x3)
- NNNNNN (x6)
- PPPPPPP (x7)
Yazhime 5x5
.K.B.NQN...N..K..NB.B....
Given Pieces
- QQQQ (x4)
- RRRRR (x5)
- BB (x2)
- KKK (x3)
- N (x1)