chessfriend/core/src
2025-06-24 20:01:05 -07:00
..
coordinates [board, core, moves, position] Implement castling 2025-05-19 16:50:30 -07:00
pieces [explorer, moves, core] Improve error handling in explorer 2025-05-19 14:18:31 -07:00
colors.rs [core, position] Rename the type of Score's inner value → Value 2025-06-24 20:01:05 -07:00
coordinates.rs [core] Directly index the array of Squares with a given index 2025-06-19 14:32:07 -07:00
lib.rs [board, core, position] A simple static evaluation method for scoring positions 2025-06-20 14:23:57 -07:00
macros.rs [explorer, moves, core] Improve error handling in explorer 2025-05-19 14:18:31 -07:00
pieces.rs [core, moves, position] Implement parsing long algebraic moves 2025-06-16 08:57:48 -07:00
random.rs [core] Random Number Generator 2025-06-02 15:44:38 -07:00
score.rs [core, position] Rename the type of Score's inner value → Value 2025-06-24 20:01:05 -07:00
shapes.rs [core] Use the matches! macro to calculate the value of Shape::is_promotable 2025-06-20 14:25:10 -07:00