https://github.com/zevlg/sudoku.el
Play sudoku in emacs
https://github.com/zevlg/sudoku.el
Last synced: 3 months ago
JSON representation
Play sudoku in emacs
- Host: GitHub
- URL: https://github.com/zevlg/sudoku.el
- Owner: zevlg
- Created: 2016-10-10T10:56:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-15T13:15:28.000Z (over 6 years ago)
- Last Synced: 2025-03-12T21:49:12.473Z (over 1 year ago)
- Language: Emacs Lisp
- Size: 29.3 KB
- Stars: 28
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sudoku.el
Play sudoku in emacs
# Install:
Use `M-x package-install RET sudoku RET` to install.
Make sure your MELPA package archive is up-to-date with
`M-x package-refresh-contents RET`
Start playing with `M-x sudoku RET`
See sudoku.el for more information
# Features:
* Custom puzzle editor
* Printing puzzles (TeX source generator)
* Puzzle Solver (simple heuristics + trial and error)
* Auto-insert assistance (S1, H1, CC i.e. Constrained Cell)
* Step-by-step puzzle deduce (using S1, H1 and CC heuristics)
* Nifty pencils (assist for Nishio, Cycles, Loops)
* Undo/Redo operations
* Optimal (single solution) puzzles generator (very
straightforward, but usable)
* Board downloader (from websudoku.com and menneske.no)
* Save/Load puzzles
* Collection of built-in puzzles