I tell the history of this game in the blog post.
🔫 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
andu8
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.
A Docker Compose file is provided to build and run the application.
docker-compose up --detach
The application will be available at http://localhost:1005
.
The source code is licensed under a MIT License.