You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reversi is a relatively simple board game. Players take turns placing pieces on the board with their assigned color facing up. During a play, any piece of the opponent's color that is in a straight line and bounded by the piece just placed and another piece of the current player's color are turned over to the current player's color. The object o…