An open API service indexing awesome lists of open source software.

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:

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

![example image](./sudoku_example.png)

## 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