/SuDOku

Primary LanguageLua

SuDOku

A small weekend project in which I attempt to make a Sudoku game using LÖVE2D

Running

Clone the repo and initialize the submodules

git clone https://github.com/iamDo/SuDOku.git
git -C SuDOku submodule update --init
love SuDOku

Requirements

Lua: Only tested on 5.4, older versions probably also work

LÖVE2D: 11.4 (Mysterious Mysteries)

Libraries

Classic: A small class module for Lua

Inspect: A library to print tables in a human readable format