I've open sourced my simple rust sudoku game. It's not great code and there are some tests missing, but enjoy.

https://github.com/olafurw/rust-sudoku

GitHub - olafurw/rust-sudoku: Rust Sudoku

Rust Sudoku. Contribute to olafurw/rust-sudoku development by creating an account on GitHub.

GitHub

@olafurw I'm sorry, I just dropped an issue. I may take a look at it if I find more time, but overall it could be solved quickly with db migrations 👍

EDIT: nevermind, I fixed that in a PR: https://github.com/olafurw/rust-sudoku/pull/2

Fix db issue by Pierstoval · Pull Request #2 · olafurw/rust-sudoku

Fixes #1 Migrate db with have the main table, allows starting the project Make sure db is read and not recreated everytime, this allows keeping save games.

GitHub
@olafurw my favorite sudoku app! I really liked your opinionated take on it :)