tosik / BitboardReversi

Very fast reversi engine. used bitboard algorithm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

= BitboardReversi README =

BitboardReversi is very fast reversi engine using Bitboad algorithm <http://en.wikipedia.org/wiki/Bitboard>.

 * fast reversi engine using bitboard
 * algorithms for fast searching game-tree of reversi
 * tools for analyzing perfect play of reversi game
 * written in C++ and standerd library

= Usage =
make SIZE_X=5 SIZE_Y=5
./bin/bbmnm_negaalpha

About

Very fast reversi engine. used bitboard algorithm.


Languages

Language:C++ 72.5%Language:C 15.1%Language:Ruby 12.3%