Skip to content

wichops/sudo-q-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudo-q

I created this Sudoku implementation to learn more about Rust and GTK.

I don't think this follows idiomatic Rust and GTK since I am learning them for the first time. Hopefully in the future I will refactor these to follow the community guidelines.

image

How to run

  1. Be sure you have gtk4 installed. You can follow these instructions
  2. Run as expected with Cargo:
    git clone [email protected]:wichops/sudo-q.git
    cd sudo-q
    cargo run
    

TODO

  • Add a list of numbers to the bottom
  • Add a timer
  • Save game state

About

Sudoku game in GTK programmed in Rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published