Skip to content

Very fast reversi engine. used bitboard algorithm.

Notifications You must be signed in to change notification settings

tosik/BitboardReversi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

= 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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published