A Sudoku game demo written in C# so make sure you have .NET installed before trying to build/run the demo.
$ dotnet build
$ dotnet run --project Virgee.Sudoku.Demo/Virgee.Sudoku.Demo.csproj
key | description |
---|---|
w,a,s,d or up,left,down,right | Move cursor around |
R | Reset the game |
0 | Reset the cell |
1-9 | Place a number under cursor |
, | Go back in history |
. | Go forward in history |
E | Highlight erros (on by default) |
H | Hint (3 available) |
N | Next game |
Q or ESC | Exit |
Tapping a cell that contains a mine will make it explode and you'll die. Please, tap responsibly.