Releases: adri326/5dchess-tools
Releases · adri326/5dchess-tools
Version 0.1.4
- Fixed a major issue in
bfs_iddfs
(nodes of lower depth were being returned as result, causing lots of issues downstream). - Initial work on optimizing the code (only timelines were affected)
- Coordinates are now stored as
(i32, isize, u8, u8)