From 56f80a81852ef9fa6c1654c8548751fb898f2fb3 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sat, 21 Jan 2023 04:34:32 +0300 Subject: feat: precompute knight and king attacks --- src/bitboard.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bitboard.rs') diff --git a/src/bitboard.rs b/src/bitboard.rs index 4a1ef50..6481863 100644 --- a/src/bitboard.rs +++ b/src/bitboard.rs @@ -1,3 +1,4 @@ +/// Finite set of up to 64 bits representing chess board squares pub type Bitboard = u64; /// Print bitboard on screen in the same way squares appear in memory -- cgit v1.2.3