Skip to content

A BitBoard implementation for Reversi that is optimized for speed.

Notifications You must be signed in to change notification settings

trichner/BitBoard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BitBoard

Created for the Informatik II Reversi Tournament at ETH Zurich. This implementation of GameBoard is around three times faster than the reference implementation. Furthermore it makes precomputing and saving GameBoard feasible, one Board only takes up 16 bytes.

Build instructions

This is a Maven project, simply run mvn package.

About

A BitBoard implementation for Reversi that is optimized for speed.

Topics

Resources

Stars

Watchers

Forks

Languages