Sudoku with Löve (WIP)
Go to file
2024-01-29 02:51:15 +03:30
boards before adding the solver 2020-06-01 04:24:48 +04:30
static-binaries Did some changes: 2024-01-29 02:50:42 +03:30
ui Include fonts 2024-01-29 01:00:20 +03:30
.gitignore Update .gitignore to exclude build folder 2024-01-29 02:51:15 +03:30
config.lua before adding the solver 2020-06-01 04:24:48 +04:30
main.lua Did some changes: 2024-01-29 02:50:42 +03:30
Makefile Did some changes: 2024-01-29 02:50:42 +03:30
README.md Include fonts 2024-01-29 01:00:20 +03:30
sudoku.lua Did some changes: 2024-01-29 02:50:42 +03:30

Sudoku with Löve

Shortcuts

  • l: go right
  • k: go up
  • j: go down
  • h: go left
  • tab: toggle editing bit / small numbers
  • s: show search space
  • a: insert certain numbers
  • u: undo
  • f: save current state to "lastBoard.txt"
  • c: solve the puzzle
  • -: zoom out
  • =: zoom in