lmchoi / connect-four-clone-android

0 stars 1 forks source link

Implement game board using bitboard #6

Closed lmchoi closed 8 years ago

lmchoi commented 8 years ago

For giggles...

lmchoi commented 8 years ago

Based on the work by John Tromp: http://tromp.github.io/c4/c4.html

lmchoi commented 8 years ago

See Connect4BitBoard.java