Sudoku with Löve (WIP)
Go to file
Reza Behzadan 9e7481f75b Did some changes:
1. Moved sudoku.lua to the root
2. Create Makefule
3. Add love binaries in `static-binaries` (they are not static yet)
4. Worked on fullscreen mode. (WIP)
2024-01-29 02:50:42 +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 Include fonts 2024-01-29 01:00:20 +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