A multiplayer chess game playable via SSH.
Important
It's pronounced like "chess-ess-aych", or "chesh" in your best Sean Connery impression.
ssh chessh.app.imjasonh.com
You may need to wait for another player to play against, or join from another terminal if you want to play with yourself.
Players are automatically matched when they connect to the SSH server.
When an opponent disconnects, you win!
go run ./ --localthen
ssh localhost -p 2222cd iac/
terraform init
terraform applyThis will create:
- A container image containing the app's code
- GCE VM instances running the app container
- TCP Load Balancer for direct SSH access on port 22
- Health checks and auto-healing for high availability
- DNS records pointing to the load balancer
- SSH host key management via Secret Manager
