This is a Reversi/Othello playing engine with command line interface, strong enough to beat amateurs. The algorithm is based on heuristic alpha-beta search. The evaluation function quantifies mobility, potential mobility and stable discs of the board with penalties.
Click here to download the exe file with database.
64-bit Windows 10 is recommended. Chess board display may be distorted in Windows 7 command prompt.
Unzip the file and run the program by clicking Reversi.exe. Notice that stable_b.txt and stable_w.txt must be in the same directory of the exe file.
Microsoft Visual Studio is needed for immediate development.
- Sun
This project is licensed under the MIT License - see the LICENSE file for details