
The Chinese Checkers board game is an interesting logic game for 2.3, or 6 players.
Composition of the game
- playing field
- 60 chips 6 different colors.
How to play it:
- Each player receives a set of chips of the same color.
- Each player has 1 move: move the chip to the next empty cell or jump over someone else's chip and go to the free cell behind it. Moreover, you can repeat the jump if there is another foreign chip on the way and a free cell behind it.
In one move, you can perform only one action: move or jump.
Goal of the game: first to move all your chips to the opposite corner of the playing field.