Skip to content

tosik/BitboardCA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

= BitboardCA README =

BitboardCA is an opensource C++ Libraries, Cellular Automata using Bitboard algorithm <http://en.wikipedia.org/wiki/Bitboard>.

Required intalled CppUnit on your system if you run test.
type like this and run.

(RedHat, CentOS, Fedora)
  > yum -y install cppunit-devel
(Debian, Ubuntu)
  > apt-get install libcppunit-dev
(MacOSX with homebrew)
  > brew install cppunit

About

Cellular Automata C++ Libraries using very fast bitboard algorithm

Resources

License

Stars

Watchers

Forks

Packages

No packages published