Edax reversi version 4.4 and above
C Other
Switch branches/tags
Nothing to show
Clone or download
Latest commit 8e5da6d Dec 21, 2017
Permalink
Failed to load latest commit information.
include Update stdbool.h Oct 19, 2017
problem Rename fforum-60-79.obf to problem/fforum-60-79.obf Dec 17, 2017
src remove extraneous unary operator+ Dec 20, 2017
LICENSE Create LICENSE Dec 21, 2017
README.md Update README.md Oct 22, 2017

README.md

Edax is a very strong othello program. Its main features are:

  • fast bitboard based & multithreaded engine.
  • accurate midgame-evaluation function.
  • opening book learning capability.
  • text based rich interface.
  • multi-protocol support to connect to graphical interfaces or play on Internet (GGS).
  • multi-OS support to run under MS-Windows, Linux and Mac OS X.

Installation: From the release section of github, you must 7unzip both an executable of your favorite OS, and the evaluation weights (data/eval.dat) in the same directory. Only 64 bit executable with popcount support are provided.