Skip to content

sun-yuliang/Reversi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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 file for details

About

A Reversi/Othello engine developed in 2017.1

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages