| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| zudoku-windows-64.exe-1.0.0.zip | 2021-12-18 | 55.1 kB | |
| checksums-1.0.0.txt | 2021-12-18 | 216 Bytes | |
| zudoku-linux-64-1.0.0.tar.gz | 2021-12-18 | 27.6 kB | |
| zudoku-macos-64-1.0.0.tar.gz | 2021-12-18 | 56.7 kB | |
| demo.gif | 2021-12-18 | 530.0 kB | |
| README.md | 2021-12-18 | 810 Bytes | |
| Totals: 6 Items | 670.3 kB | 0 |
Zudoku

Sudoku on the command line written in Zig for ANSI terminals.
Requires stty to enter raw mode and tput to hide the cursor.
Controls
| Key(s) | Action |
|---|---|
| h, j, k, l | Move left, down, up, right |
| 1-9 | Insert |
| 0, Space, x, d | Remove |
| g, K | Move to top |
| G, J | Move to bottom |
| ^, H | Move to far left |
| $, L | Move to far right |
Build & run
zig build run
Install with Osoy
osoy clone gitlab.com/rasmusmerzin/zudoku
osoy make zudoku
osoy ln zudoku