Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/logxdx/sudoku_solver
Sudoku solver in GO programming language
https://github.com/logxdx/sudoku_solver
Last synced: about 1 month ago
JSON representation
Sudoku solver in GO programming language
- Host: GitHub
- URL: https://github.com/logxdx/sudoku_solver
- Owner: logxdx
- Created: 2024-02-05T06:17:50.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-02-05T06:24:34.000Z (12 months ago)
- Last Synced: 2024-02-05T07:33:21.837Z (12 months ago)
- Language: Go
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sudoku
Simple Sudoku Solver and Generator.
- `Space` to Generate a new Sudoku
- `Enter` to solve the current Sudoku
- `Esc` to clear the board.
- Use arrow keys or mouse to select squares.Board size can be between 2 and 5 squares per box, limited by available alphanumeric characters.
Run `gui.go` to play.