Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 390 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 390 Bytes

lisudoku_solver

Used by https://lisudoku.xyz to solve sudoku variant puzzles.

14 supported sudoku variants.

Contribute

Join the discord server.

Running tests

All tests cargo test -- --nocapture

Individual test cargo test check_6x6_solve -- --nocapture

Build wasm

cargo run-script build

Publish wasm

cd pkg
npm publish