/BitboardCA

Cellular Automata C++ Libraries using very fast bitboard algorithm

Primary LanguageC++MIT LicenseMIT

= 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