CB.

Reversi Game

The Reversi Game is a Windows Forms application developed as an assignment at Utrecht University. This project brings the classic strategy game Reversi (also known as Othello) to life, where two players alternate placing blue and red stones on a grid, flipping their opponent’s stones with each move. Known for its simple rules yet deep strategic depth, Reversi offers endless fun and challenge. Check out the demo below to see the game in action, complete with smooth gameplay and helpful features.

Reversi Game Demo

Game Mechanics

Played on a default 6x6 grid (though customizable), Reversi pits two players against each other. Each turn, a player places a stone to enclose their opponent’s stones horizontally, vertically, or diagonally between their own. Enclosed stones flip to the player’s color. If no legal move is available, the player passes, and the game ends when neither can move. The winner is the one with the most stones—or it’s a draw if they’re equal.

Key Features