Online backgammon client (FIBS)
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Trevor Slocum 67cb241e1e Update chat and game status color scheme 2 years ago
game Update chat and game status color scheme 2 years ago
.gitignore Draw screen only when required 2 years ago
LICENSE Initial commit 2 years ago
README.md Support connecting to FIBS via WebSocket proxy 2 years ago
client_web.go Add refresh button to lobby 2 years ago
flags.go Add status text and input buffers 2 years ago
flags_web.go Use proportional font for chat and game status 2 years ago
go.mod Update chat and game status color scheme 2 years ago
go.sum Update chat and game status color scheme 2 years ago
goreleaser.yml Center board 2 years ago
main.go Add game status buffer 2 years ago

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