Reversi (also known as Othello) is a strategy board game in which the goal is to capture the opponent's pieces and have the most pieces of your color on the board by the end of the game.
This implementation of the game includes the following features
- Custom board sizes
- Multiple difficulty levels
- Player vs player, computer vs computer, and player vs computer game modes
- Command line and graphical user interfaces
This application requires Java 8. The game can be downloaded on the releases page.
The game can be launched from the jar file to use the GUI interface or be run from the shell scripts for the command line interface. Please see the help documentation on the command line for configuration options.
Reversi is released under the MIT License.