Skip to content

arieldellano/sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Sudoku clone for terminal nerds

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages