ianfab / chess-variant-puzzler

Puzzle generator for chess variants

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suggested enhancements part 2

Belzedar94 opened this issue · comments

As the project is starting to drag some interest, I'm opening this thread to compile a few suggestions to inspire future development:

  • Remove puzzles that share the same solution (to avoid slight variations that lead to the same exact solution as chapters 2-3 of https://lichess.org/study/vxrJlFCV).
  • Add a concurrency option on the generator so games can be generated in paralel when more than 1 thread is available.
  • Add the posibility to filter mates in X (using for example the Eval printed in the epd, e.g.: Eval=# 2)

Thanks, these suggestions make sense. May I ask you to split them into separate issues?

  • Add the posibility to filter mates in X (using for example the Eval printed in the epd, e.g.: Eval=# 2)

Done!

Thanks