A sudoku implementation in Rust using tui-rs
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
30
commits
Add correct vs current value tracking in cells; simplify value entry logic
19b77f9View on GitHubadded cell styling, including distinct color for clues
6b35608View on GitHubno need to totally reconstitute the cell when styling
3060928View on GitHubtemp removed col functions since they're broken and not necessary yet
8c23b9bView on GitHubfixed sudoku board not displaying correctly; elements now track if they're a clue
9080c0cView on GitHubmove cursor out of grid when quitting so board can be viewed
95d89f7View on GitHub