User Summary:
The game is played on a square grid of size 7x7, 9x9 or 11x11. Each player starts with two pieces in diagonally opposite corners.
A turn consists of cloning or jumping a piece. Cloning a piece consists of selecting one of your pieces and an adjacent empty square, and creates a new piece in that empty square. Jumping consists of selecting one of your pieces and an empty square at a distance of two squares (see diagram); the piece moves to the selected square, leaving the one it was in empty. Any opposing pieces adjacent to, respectively, the new or jumped piece are captured and change sides.
A player who has a legal move on their turn must move: failure to do so before time runs out is considered a resignation. It is possible to get a situation where only one player has legal moves. If at the start of a player's turn they have no legal moves the game automatically fills the remaining spaces with pieces of the other player.
The game is won by capturing all of the opponent's pieces or by having the most pieces when the board is full. As the boards all have an odd number of squares a draw is possible only by agreement.