Goal is to refactor internal operations to use bit operations instead of loops and brute force. Especially attack map calcutations are fast binary operations after this, using 64-bit unsigned integers. This will limit the board size as 8x8 (maximum 64 tiles) for now.
Goal is to refactor internal operations to use bit operations instead of loops and brute force. Especially attack map calcutations are fast binary operations after this, using 64-bit unsigned integers. This will limit the board size as 8x8 (maximum 64 tiles) for now.