Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 472 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 472 Bytes

go-sudoku

  • Knuth's Algorithm X based sudoku puzzle solver and generator.
  • Terminal data: Json
  • Edges: 1 * 1, 2 * 2, 3 * 3, ..., n * n
  • Puzzle generator: SQUARE, IRREGULAR

Mobile

The Go mobile subrepository adds support for mobile platforms (Android and iOS).

Android

$ gomobile bind -target=android github.com/jiangyang5157/go-sudoku/sudoku