If you see this text, chances are you have Javascript disabled.
Chain Reversi is now available offline for Android on the Google Play store:
Overview
Chain Reversi is similar to Reversi, except the "sandwich" rule is applied until no more sandwiches that convert cells to the player's colour exist. Additionally, the end game rule is changed: the player that is first to make their opponent unable to move wins.
How To Play
Rules of Chain Reversi
- A "sandwich" shall be defined as a line of cells the board, either horizontally, vertically, or diagonally, such that the first cell is that of the owner's colour, the last cell is that of the owner's colour, and all of the cells between are that of their opponent's colour.
- Each player takes it in turns to place a move that causes a sandwich. In this implementation, such moves are highlighted on the board.
- If a player cannot make such a move, they lose, and their opponent wins.
- After a player has made a move, all the cells of a sandwich belonging to that player are converted to that player's colour. All sandwiches that are created as a consequence are also converted in the same way.