CheSSH – play multiplayer chess over SSH

1 pointsposted 8 hours ago
by rasjonell

2 Comments

rasjonell

8 hours 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.