https://github.com/richlinnell/sudokusolver
A decent project for me to use to learn Rust
https://github.com/richlinnell/sudokusolver
eframe egui rust rust-lang sudoku-solver
Last synced: 2 months ago
JSON representation
A decent project for me to use to learn Rust
- Host: GitHub
- URL: https://github.com/richlinnell/sudokusolver
- Owner: RichLinnell
- License: mit
- Created: 2025-01-24T22:50:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-19T10:01:56.000Z (about 1 year ago)
- Last Synced: 2025-02-19T11:21:54.228Z (about 1 year ago)
- Topics: eframe, egui, rust, rust-lang, sudoku-solver
- Language: Rust
- Homepage:
- Size: 43 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Rust Based Sudoku Solver
I needed a decent project to help me learn Rust.
This is as good as any.
Along the way I needed to find something to represent the UI, so I'm also learning the egui/eframe cargo packages too.
As this project sort of lay here dormant for a while, as the world shifted axis, I decided I'd repurposes it to leverage Claude Code as a platform for driving productivity forwards.
It's taken a good, guided stab at completing and updating the project.