Solving Sudoku in tmux: A Madcap Python Compiler Project

2025-02-11
Solving Sudoku in tmux: A Madcap Python Compiler Project

Following up on his previous project compiling Python to run on tmux, the author has now created a Sudoku solver entirely within tmux. Eschewing arrays and strings, he cleverly leverages tmux's variables and keybindings, mapping each Sudoku cell to a tmux option. The solver brute-forces its way through all possibilities, resulting in extremely low efficiency. However, the project showcases the surprising capabilities of tmux and the author's ingenuity, a testament to the hacker spirit.

Development sudoku