Reversi is a strategy board game for two players, played on an 8x8
uncheckered board. There are sixty-four identical game pieces called
disks (often spelled "discs"), which are light on one side and dark on
the other. Players take turns placing disks on the board with their
assigned color facing up. During a play, any disks of the opponent's
color that are in a straight line and bounded by the disk just placed
and another disk of the current player's color are turned over to the
current player's color.
The object of the game is to have the majority of disks turned to
display your color when the last playable empty square is filled.
Player: ... please start Game
Note that valid moves are made visible as mouse pointer changes and cell is highlighted when hovering a cell.
Also try out all implemented AI-engines (artificial intelligence engines) with various implemented solution algorithms.
You may incorporate this game into your website.
To download this game please click the "download" button below: