Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.