PartlyAtomic / cross-set-solver

Solver for the game Cross Set
MIT License
3 stars 0 forks source link

Does not solve all puzzles #1

Open david-pfx opened 2 years ago

david-pfx commented 2 years ago

Your solution uses 3 algorithms. For each row and column:

These algorithms are not enough to solve puzzle 5-14 (and others) in Cross Set Infinity.

A stronger algorithm is needed, possibly guess and backtrack?

PartlyAtomic commented 1 year ago

Thanks for the heads up, I'll look into those when I have the itch again!