davidtranhq / sudoku-solver

A sudoku solver made with Lua and Love2D. 2016.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sudoku Solver

A Sudoku Solver made with Lua and Love2D.

Getting Started

Prebuilt binaries are available for Windows 32-bit and 64-bit here

Alternatively, you can build the project yourself:

Prerequisites

Note: Downloading Lua is not necessary because it comes packaged with Love2D.

Build

  1. Download and extract the love-0.10.1-win(64 or 32).zip file linked above.

  2. Clone the repository with git clone https://github.com/davidtranhq/sudoku-solver

  3. Folllow the directions specific to your platform outlined here

About

A sudoku solver made with Lua and Love2D. 2016.

License:MIT License


Languages

Language:Lua 100.0%