Skip to main content
app icon

Sudoku

Developer

wanna w

About

Players need to infer the numbers of all remaining spaces based on the known numbers on the 9 × 9 board, and ensure that the numbers in each row, column, and thick line palace (3 * 3) contain 1-9 without repetition

app screenshot

Installation

You can install this directly from the source code using the Fyne command as follows:

go install fyne.io/tools/cmd/fyne@latest fyne install github.com/wangle201210/sudoku@latest

Or you can download the code directly from git:

git clone https://github.com/wangle201210/sudoku