Goal

The goal of the game is to have the majority of your stones on the board at the end of the game.

Move

There are two types of moves: "growth" or "jump".

Growth

A growth is when your stone moves in an empty adjacent space.
g g
g x g
g g
g is valid growth

Jump

A jump is when stone moves to empty position two posotion away.
j j j
j g g j
j g x g j
j g g j
j j j
j is valid jump

Once placed, any opponents stones that are adjacent to the new stone are changed color the to the moving player's color.

Google