Difference between revisions of "Jeiqi"

From Chessprogramming wiki
Jump to: navigation, search
(First create and edit)
 
Line 6: Line 6:
  
 
Basically the game plays with typical Chinese chess board and pieces, the rules, the object are similar to Chinese chess. The main differences are:
 
Basically the game plays with typical Chinese chess board and pieces, the rules, the object are similar to Chinese chess. The main differences are:
- At start point except the King, all 15 pieces of each side will be covered (usually by small plastic covers or simply put them face down to hide their symbols) and randomly put on original positions. Those covered pieces are called dark or covered ones
+
* At start point except the King, all 15 pieces of each side will be covered (usually by small plastic covers or simply put them face down to hide their symbols) and randomly put on original positions. Those covered pieces are called dark or covered ones
 
+
* A covered piece should do the first move as the original piece in which it is located. For example the covered piece on bottom left corner (which is a Rook position in Xiangqi) must do the first move as a Rook. That is why sometimes covered pieces called “fake” based on which original piece location they are on. For example that bottom left corner covered piece is called fake Rook. After the first move it will be revealed / uncovered to show its real material (for example, the fake Rook revealed to be a Pawn). From now on that (unveiled) piece will move as its real chess type (for example, the new Pawn will move as a Pawn). The revealing is similar to chess promotion but in this case players cannot control which new types the pieces can become. We call it “revelation” to distinguish from promotion
- A covered piece should do the first move as the original piece in which it is located. For example the covered piece on bottom left corner (which is a Rook position in Xiangqi) must do the first move as a Rook. That is why sometimes covered pieces called “fake” based on which original piece location they are on. For example that bottom left corner covered piece is called fake Rook. After the first move it will be revealed / uncovered to show its real material (for example, the fake Rook revealed to be a Pawn). From now on that (unveiled) piece will move as its real chess type (for example, the new Pawn will move as a Pawn). The revealing is similar to chess promotion but in this case players cannot control which new types the pieces can become. We call it “revelation” to distinguish from promotion
+
* Revealed Advisors and Elephants can move freely without any limited by area as they were in Xiangqi. It means they can appear out of palaces and can cross the river to attack opposite Kings
 
+
* Kings are still limited in palaces, Pawns could be revealed anywhere but can go ahead only when they are still in their home land and could go sidedly after crossing the river
- Revealed Advisors and Elephants can move freely without any limited by area as they were in Xiangqi. It means they can appear out of palaces and can cross the river to attack opposite Kings
 
 
 
- Kings are still limited in palaces, Pawns could be revealed anywhere but can go ahead only when they are still in their home land and could go sidedly after crossing the river
 
 
Captures: dark pieces could be captured as usual. However after being captured they may still remain in covered status. It means no one knows which real pieces are captured
 
Captures: dark pieces could be captured as usual. However after being captured they may still remain in covered status. It means no one knows which real pieces are captured
  

Revision as of 00:30, 12 February 2019

Home * Games * Chinese Chess * Jeiqi

Jeiqi board, with pieces in their starting positions [1]

Jeiqi (in Chinese: 揭棋, in Vietnamese: Cờ Úp, probably other names in English: uncovering / dark / unveiling chess / xiangqi) is a Xiangqi (Chinese chess) variant rising star when the number of players grows rapidly, especially in China and Vietnam.

Basically the game plays with typical Chinese chess board and pieces, the rules, the object are similar to Chinese chess. The main differences are:

  • At start point except the King, all 15 pieces of each side will be covered (usually by small plastic covers or simply put them face down to hide their symbols) and randomly put on original positions. Those covered pieces are called dark or covered ones
  • A covered piece should do the first move as the original piece in which it is located. For example the covered piece on bottom left corner (which is a Rook position in Xiangqi) must do the first move as a Rook. That is why sometimes covered pieces called “fake” based on which original piece location they are on. For example that bottom left corner covered piece is called fake Rook. After the first move it will be revealed / uncovered to show its real material (for example, the fake Rook revealed to be a Pawn). From now on that (unveiled) piece will move as its real chess type (for example, the new Pawn will move as a Pawn). The revealing is similar to chess promotion but in this case players cannot control which new types the pieces can become. We call it “revelation” to distinguish from promotion
  • Revealed Advisors and Elephants can move freely without any limited by area as they were in Xiangqi. It means they can appear out of palaces and can cross the river to attack opposite Kings
  • Kings are still limited in palaces, Pawns could be revealed anywhere but can go ahead only when they are still in their home land and could go sidedly after crossing the river

Captures: dark pieces could be captured as usual. However after being captured they may still remain in covered status. It means no one knows which real pieces are captured


Pieces

Pieces are similar to Chinese chess except it has covered pieces.

Images Name Notation [2] Movement
Jeiqipieces.svg
暗子 Covered piece X moves and captures
as original pieces


Forum Posts

2015 ...

External Links

Chinese Chess

References

Up one Level