thelonster / Sudoku-Puzzle-Solver

Sudoku puzzle solver with WINAPI GUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sudoku

This is a program that solves sudoku puzzles. It is built in C++ and uses winapi for the GUI.

The program can also generate random puzzles with 3 varying degrees of difficulty.

Feel free to take a look or try it out for yourself!

About

Sudoku puzzle solver with WINAPI GUI

License:MIT License


Languages

Language:C++ 64.5%Language:C 35.5%