sudoku solver that was supposed to be an implementation of wave function collapse. but it ended up only being a constraint solver?
Johann150
38157d7b5e
The solver is now not specific to Sudoku but pretty much any game where a set of square tiles needs to be filled according to a specific rule. Since it is not specific to Sudoku any more, it is a bit less performant, but that is not a big issue in my use case, so is fine. |
||
---|---|---|
src | ||
.gitignore | ||
Cargo.toml | ||
LICENSE | ||
README.md |
sudoku_constraint_solver
sudoku solver that was supposed to be an implementation of wave function collapse. but it ended up only being a constraint solver?