[bitboard] Add a BitBoard and a Position struct
This commit is contained in:
parent
8fd01e4f11
commit
ebed5c05ed
3 changed files with 37 additions and 4 deletions
4
bitboard/src/bitboard.rs
Normal file
4
bitboard/src/bitboard.rs
Normal file
|
@ -0,0 +1,4 @@
|
|||
// Eryn Wells <eryn@erynwells.me>
|
||||
|
||||
#[derive(Clone, Copy, Debug, Default, Eq, Hash, Ord, PartialEq, PartialOrd)]
|
||||
pub struct BitBoard(u64);
|
Loading…
Add table
Add a link
Reference in a new issue