I’ve developed a Sudoku TUI (Text User Interface) app using Charm's Bubble Tea framework for a smooth, interactive experience. The app allows users to solve Sudoku puzzles directly in their terminal with a responsive interface. To make it more accessible, I've hosted the app via SSH on a domain, this makes it so users don't have to download or install anything and enables them to connect and interact with the TUI remotely using a secure SSH connection. The app highlights wrong cells when the solution is incorrect, helping players learn and improve. It’s an innovative, minimalist way to enjoy Sudoku anywhere with just an SSH connection.
Try it yourself by opening up a terminal and typing in the command below.
ssh tuisudoku.net
Type yes afterwards and enjoy playing!