Play chess in your terminal
906
stars
113
commits
Go
primary language
Jan 25, 2024
updated
Chess board in your terminal.
go install github.com/maaslalani/gambit@latest
or run from source
git clone https://github.com/maaslalani/gambit
go run ./...
Gambit is available as a Docker image at ghcr.io/maaslalani/gambit.
You can play a game by running:
gambit
You can press ctrl+f to flip the board to give a better perspective for the second player.
You can play chess with gambit over ssh.
ssh [<name>@]<host> -p <port> -t <room> [<password>]
You can host your own gambit SSH server with:
gambit serve
There are two ways to move in gambit:
Go
99.5%
Play chess in your terminal
906
stars
113
commits
Go
primary language
Jan 25, 2024
updated
Chess board in your terminal.
go install github.com/maaslalani/gambit@latest
or run from source
git clone https://github.com/maaslalani/gambit
go run ./...
Gambit is available as a Docker image at ghcr.io/maaslalani/gambit.
You can play a game by running:
gambit
You can press ctrl+f to flip the board to give a better perspective for the second player.
You can play chess with gambit over ssh.
ssh [<name>@]<host> -p <port> -t <room> [<password>]
You can host your own gambit SSH server with:
gambit serve
There are two ways to move in gambit:
Go
99.5%