Commit graph

7 commits

Author SHA1 Message Date
724a98c2e2 [board] Implement iter() on board
This iterator yields (Square, Piece) tuples for all pieces on the board.
2025-06-01 17:28:47 -07:00
54ac88aaf7 [board] Remove some old PlacedPiece code 2025-05-19 16:50:44 -07:00
091cc99cb3 WIP 2025-05-08 17:37:51 -07:00
46b19ff616 [board] Implement Mailbox::from_iter as a reduce (aka fold) over the incoming iterator 2025-05-02 14:48:37 -07:00
72fd938238 [board] Implement Copy for Mailbox struct 2025-05-02 14:48:01 -07:00
3a2ead2668 [board] Replace Builder's BTreeMap with a Mailbox
More efficient and easier to work with. :)
2024-07-13 08:08:12 -07:00
19feff9591 Solidify PieceSet and supporting types 2024-07-12 15:52:41 -07:00