chessfriend/board/src/bitboard
Eryn Wells 0d8653894a An attempt at making unit structs for Color and piece Shape
My idea was to implement traits on Piece that return sight lines, etc. This has
turned out to be much more complex than I thought it would be. Ultimately, I
don't think it's worth the effort.
2024-01-14 10:23:35 -08:00
..
bit_scanner.rs [board] Implement a TrailingBitScanner 2024-01-06 19:46:09 -08:00
bitboard.rs An attempt at making unit structs for Color and piece Shape 2024-01-14 10:23:35 -08:00
library.rs [board] Refactor ray BitBoard lookups 2024-01-06 19:47:55 -08:00
mod.rs [board] Implement a TrailingBitScanner 2024-01-06 19:46:09 -08:00
shifts.rs Take self by value in all BitBoard shift methods 2024-01-06 16:22:39 -08:00