/sudoku-rs

A simple sudoku game made in rust & piston. Docs:

Primary LanguageRust

Sudoku

A simple Sudoku game made with rust and piston.

Example

example image

Features

  • 9x9 Sudoku Board
  • Random Puzzle Generation

Running Yourself

To run the game you need to have a rust development environment install on your computer.

Steps:

  1. git clone https://github.com/ThatGuyJamal/sudoki-rs
  2. cargo build
  3. cargo run

Docs

Click here.

Todo

While the game is playable in theory, it can have some improvements.

  • save games in progress
  • restart a puzzle
  • get a hint
  • load a different puzzle