Reversi is a game for 2 players. The board has 8 x 8 fields.
Goal
Winner is the player with the most stones in their own color.
Rules
At the beginning of a game there are 4 stones, 2 from each player, in the middle
of the board. The black player begins. In each round one stone has to be set in a free space next
to the opponent. All of the opposing player's stones in a line between this newly placed stone and the player's next stone change their color to
the current player's color, if there is such a stone belonging to the current
player at the end of the line. This happens horizontally, vertically, and diagonally, and the line must not have any spaces in between.
If it is not possible to capture any of the opponent's stones in this way you have to pass.
The last moved stone has a small marker.
Sample
Player White turn |
|
Player Black turn |
|
Player White turn |
|
|
|