.gitignore | ||
app.go | ||
board.go | ||
client.go | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
README.md | ||
screenshot.png |
bgammon
Terminal-based online backgammon client (FIBS)
Play via SSH
To play via SSH, execute the following command:
ssh rocketnine.space -p 5000
See this page for information on how to play backgammon.
A FIBS account is required to play. See this page for information on how to register.
Missing features
- Doubling
- User info display
Installation
To install bgammon
to ~/go/bin/bgammon
, execute the following command:
go get code.rocketnine.space/tslocum/bgammon
Usage
When starting bgammon
, provide your username and password:
bgammon --username MyAccount --password MySecretPassword
To invite a player to a one point match, type:
/invite PlayerName 1
To accept an invitation to play, type:
/join PlayerName
To watch a random match, type:
/watch
To move your pieces, click at least once on a space.
Click the same space multiple times to select multiple pieces.
Click on another space to move all selected pieces to it.
Your moves will automatically be submitted once you have input enough of them.
To chat, simply write some text and press enter. To change chat modes between shout and kibitz, press tab.
Support
Please share issues and suggestions here.
FIBS protocol information is available here.