An open API service indexing awesome lists of open source software.

https://github.com/sun-yuliang/reversi

A Reversi/Othello engine developed in 2017.1
https://github.com/sun-yuliang/reversi

othello reversi

Last synced: 30 days ago
JSON representation

A Reversi/Othello engine developed in 2017.1

Awesome Lists containing this project

README

          

# Reversi

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.

## Getting Started

Click [here](https://github.com/sun-yuliang/Reversi/releases/download/0.0.1/Reversi-Release.zip) to download the exe file with database.

### Environment

64-bit Windows 10 is recommended. Chess board display may be distorted in Windows 7 command prompt.

### Running the Program

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.

## Development

Microsoft Visual Studio is needed for immediate development.

## Author

* **Sun**

## License

This project is licensed under the MIT License - see the [LICENSE](https://github.com/sun-yuliang/Reversi/blob/master/LICENSE) file for details