chessfriend/board/src/position
Eryn Wells 878d771d86 [board] Replace Moves' separate properties with a Vec of Iterators
This makes iteration easier. Move to the next iterator if the current one returns None.
No tests for Moves yet though.
2023-12-31 11:44:47 -08:00
..
diagram_formatter.rs [board] Clean up interfaces of pieces and square structs 2023-12-29 09:17:33 -08:00
mod.rs [board] Implement a DiagramFormatter that writes a graphical diagram of a Position 2023-12-26 21:37:22 -07:00
pieces.rs [board] Remove an unused local variable from pieces.rs 2023-12-29 16:34:26 -08:00
position.rs [board] Replace Moves' separate properties with a Vec of Iterators 2023-12-31 11:44:47 -08:00