Skip to content

storopoli/sudoku

Repository files navigation

Sudoku

MIT

Description

I tell the history of this game in the blog post.

Performance

🔫 This is the fastest Sudoku game in the West!

  • Built with Rust 🦀 and Dioxus.
  • Compiles to Web Assembly (WASM).
  • Efficient stack-allocated data structures with &str and u8 everywhere.
  • Fast sudoku generation and solution finding using the sudoku crate.

After seeing my mom playing her favorite game in an ad-plagued spyware in her mobile phone, I've built this for her.

License

The source code is licensed under a MIT License.

MIT