An open API service indexing awesome lists of open source software.

https://github.com/tundy/avaloniasudokusolver

My attempt to learn something about Avalonia, so I made Sudoku Solver in it.
https://github.com/tundy/avaloniasudokusolver

avalonia avaloniaui csharp dotnet dotnet-core dotnetcore sudoku sudoku-solver

Last synced: 2 months ago
JSON representation

My attempt to learn something about Avalonia, so I made Sudoku Solver in it.

Awesome Lists containing this project

README

          

# AvaloniaSudokuSolver
My attempt to learn something about Avalonia. Tried it while also creating Sudoku Solver and learning about techniques to solve them.

## Solving proccess
![Screenshot of sudoku grid in the midle of solving.](Screenshot1.png "Solving proccess")

## Finished Sudoku
With 2 guessed numbers after all rules failed.
![Screenshot of solved sudoku grid.](Screenshot2.png "Finished grid")