https://github.com/jamallyons/sudoku-rs
A simple sudoku game made in rust & piston. Docs:
https://github.com/jamallyons/sudoku-rs
rust rust-game sudoku
Last synced: 12 months ago
JSON representation
A simple sudoku game made in rust & piston. Docs:
- Host: GitHub
- URL: https://github.com/jamallyons/sudoku-rs
- Owner: JamalLyons
- Created: 2023-02-12T21:43:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-20T17:37:35.000Z (over 2 years ago)
- Last Synced: 2025-03-31T19:44:08.727Z (about 1 year ago)
- Topics: rust, rust-game, sudoku
- Language: Rust
- Homepage: https://thatguyjamal.github.io/sudoku-rs/
- Size: 25.1 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sudoku
A simple Sudoku game made with [rust](https://www.rust-lang.org/) and [piston](https://github.com/PistonDevelopers/piston).
## Example

## Features
- [x] 9x9 Sudoku Board
- [x] 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](https://thatguyjamal.github.io/sudoku-rs/).
## 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