Learning through tinkering. Goal is to be able to interpret and contribute to 2swap's n-cop solver.
- Make a 64-bit bitboard representing an 8x8 grid, and make functions to read and set a coordinate pair
- Make a function which determines if any two neighboring bits are both ones on that 8x8 grid
- Make a function which determines if there is a one in every row on that 8x8 grid