Sudoku with Löve (WIP)
Go to file
2024-01-29 01:00:20 +03:30
boards before adding the solver 2020-06-01 04:24:48 +04:30
sudoku add solver 2020-06-01 04:32:00 +04:30
ui Include fonts 2024-01-29 01:00:20 +03:30
.gitignore Include fonts 2024-01-29 01:00:20 +03:30
config.lua before adding the solver 2020-06-01 04:24:48 +04:30
demo.lua import sudoku logic codes 2020-05-20 14:40:38 +04:30
main.lua before adding the solver 2020-06-01 04:24:48 +04:30
README.md Include fonts 2024-01-29 01:00:20 +03:30
sudokuGUI add check for conflict 2020-05-29 00:58:06 +04: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