A simple Sudoku game made with Rust and the SDL3 library.
To build, just execute:
cargo build --release
This will give a single binary on target/release/ called sudoku (or
sudoku.exe on Windows) that in can be executed alone without any dependencies.
The Tamzen font has a permissive license described on THIRDPARTY.txt.
All the other assets are made by me and have CC0 1.0 Universal license.