rust-sudoku icon indicating copy to clipboard operation
rust-sudoku copied to clipboard

Sudoku game written in Rust with Piston

rust-sudoku

A Sudoku implementation in Rust.

Screenshot

Controls

Use mouse or arrow keys to select cells.

Keys:

  • 1-9 - fill in a digit
  • Backspace - clear a cell
  • R - generate new
  • S - show solution
  • Esc - exit

Requirements

  1. Rust
  2. Cargo
  3. Freetype6

Building

$ cargo build

Running

$ cargo run