Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.61 KB

README.md

File metadata and controls

35 lines (28 loc) · 1.61 KB

Sudoku Clone for Terminal Nerds

thumbnail

Quick Start

A Sudoku game demo written in C# so make sure you have .NET installed before trying to build/run the demo.

Building

$ dotnet build

Running the demo

$ dotnet run --project Virgee.Sudoku.Demo/Virgee.Sudoku.Demo.csproj 

Controls

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

BE AWARE OF THE MINES

Tapping a cell that contains a mine will make it explode and you'll die. Please, tap responsibly.