frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

CheSSH – play multiplayer chess over SSH

https://github.com/rasjonell/chessh
1•rasjonell•1h ago

Comments

rasjonell•1h ago
I wrote a small Go project that turns an SSH connection into a live chess session instead of a shell.

ssh chessh.org

It uses Bubble Tea for the terminal UI, and supports hosting/joining rooms with real-time move sync and chat. I mostly made it as an experiment in building a multiplayer terminal app over SSH, but it turned out to be surprisingly fun.