This website requires JavaScript.
Explore
Help
Sign in
eryn
/
chessfriend
Watch
1
Star
0
Fork
You've already forked chessfriend
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
986758d011
chessfriend
/
position
/
src
History
Download ZIP
Download TAR.GZ
Eryn Wells
986758d011
[position] For non-King move generators, only generate moves if the push and captures masks aren't empty
...
Always generate King moves.
2024-02-02 08:03:51 -08:00
..
move_generator
[position] For non-King move generators, only generate moves if the push and captures masks aren't empty
2024-02-02 08:03:51 -08:00
position
[position] Clean up Position's construction scheme
2024-02-02 07:28:12 -08:00
check.rs
[position] Calculate push and capture masks on CheckingPieces
2024-02-02 07:53:50 -08:00
display.rs
Directly rename board -> position
2024-01-28 09:56:57 -08:00
fen.rs
[position] Add a fen! macro
2024-01-30 08:35:02 -08:00
lib.rs
Initial implementation of CheckingPieces and Position::checking_pieces()
2024-01-30 08:53:13 -08:00
macros.rs
[position] Clean up rook unit tests
2024-01-28 10:28:01 -08:00
move.rs
[position] Implement FromFen for Position, Piece, and Color
2024-01-29 16:10:08 -08:00
move_generator.rs
[position] For non-King move generators, only generate moves if the push and captures masks aren't empty
2024-02-02 08:03:51 -08:00
sight.rs
[position] Implement SliderRayToSquareExt on Shape instead of PlacedPiece
2024-02-02 07:29:43 -08:00
tests.rs
Add an assert_move_list! macro to help with verifying move lists
2024-01-29 14:46:41 -08:00