A Sudoku Solver made with Lua and Love2D.
Prebuilt binaries are available for Windows 32-bit and 64-bit here
Alternatively, you can build the project yourself:
Note: Downloading Lua is not necessary because it comes packaged with Love2D.
-
Download and extract the love-0.10.1-win(64 or 32).zip file linked above.
-
Clone the repository with
git clone https://github.com/davidtranhq/sudoku-solver
-
Folllow the directions specific to your platform outlined here