https://github.com/seanpray/sudoku-solver-svelte
svelte ui to solve sudoku puzzles with WASM
https://github.com/seanpray/sudoku-solver-svelte
Last synced: about 1 month ago
JSON representation
svelte ui to solve sudoku puzzles with WASM
- Host: GitHub
- URL: https://github.com/seanpray/sudoku-solver-svelte
- Owner: seanpray
- Created: 2022-09-24T00:21:04.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T03:57:49.000Z (6 months ago)
- Last Synced: 2025-03-29T02:52:18.268Z (about 2 months ago)
- Language: Svelte
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### Solve sudoku puzzles automatically
basic recursive algo in Rust/WASM to calculate the result, currently a little janky