Graphical client for bgammon.org
Go to file
Trevor Slocum 57f265acf3 Add game status buffer 2021-11-09 18:21:35 -08:00
game Add game status buffer 2021-11-09 18:21:35 -08:00
.gitignore Draw screen only when required 2021-08-30 21:26:49 -07:00
LICENSE Initial commit 2021-08-18 23:57:40 -07:00
README.md Support connecting to FIBS via WebSocket proxy 2021-09-07 18:12:05 -07:00
client_web.go Add refresh button to lobby 2021-10-14 19:13:30 -07:00
flags.go Add status text and input buffers 2021-10-15 11:14:40 -07:00
flags_web.go Add refresh button to lobby 2021-10-14 19:13:30 -07:00
go.mod Add game status buffer 2021-11-09 18:21:35 -08:00
go.sum Add game status buffer 2021-11-09 18:21:35 -08:00
goreleaser.yml Center board 2021-08-20 18:18:04 -07:00
main.go Add game status buffer 2021-11-09 18:21:35 -08:00

README.md

boxcars

Donate

Online backgammon client (FIBS)

Note: This application is in pre-alpha state. Here be dragons.

Play

There are several ways to play Boxcars.

Visit https://boxcars.rocketnine.space

Desktop

Note: You will need to install the dependencies listed for your platform.

Run the following command to build a boxcars executable:

go install code.rocketnine.space/tslocum/boxcars@latest

Run ~/go/bin/boxcars to play.

Android

Coming soon

Gameplay notes

  • To bear off a piece, drag it from your home on to the bar.

Support

Please share issues and suggestions here.

Dependencies