Skip to content

Releases: adri326/5dchess-tools

Version 0.1.4

28 Nov 19:42
v0.1.4
ddb13cd
Compare
Choose a tag to compare
  • 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)

Version 0.1.3

23 Nov 20:29
v0.1.3
13e156f
Compare
Choose a tag to compare

Main changes include:

  • full support for the princess
  • moved the different search algorithms to their own modules
  • IDDFS, with an initial BFS to create enough tasks to give to the scheduler