Skip to content

a-einstein/Sudoku

Repository files navigation

Sudoku

WPF Empty WPF Read WPF Solved
Console

Description

Working desktop applications for test and demo purpose solving Sudoku-puzzles by means of a backtracking algorithm.

Implementation in C# the following varieties.

  • WPF.
    • Interactive screen.
    • Animates the intermediate states during the solving process.
  • Console.
    • Bare bones.
    • A lot faster.

Aspects

  • WPF.
  • C# + XAML.
  • MVVM based on the MVVM Light Toolkit.
  • Asynchronicity.
  • Basic styling.
  • DataTable for animation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages