Backgammon server powering bgammon.org
Find a file
2024-01-08 03:51:22 -08:00
cmd/bgammon-server Add verbose flag 2023-12-21 12:52:56 -08:00
pkg/server Support playing tabula games 2024-01-08 03:51:22 -08:00
board.go Support playing tabula games 2024-01-08 03:51:22 -08:00
client.go Add remaining JSON events 2023-08-27 14:10:18 -07:00
command.go Add history command 2023-12-19 16:30:16 -08:00
doc.go Add package doc 2023-08-26 20:38:07 -07:00
event.go Support playing tabula games 2024-01-08 03:51:22 -08:00
game.go Support playing tabula games 2024-01-08 03:51:22 -08:00
gamestate.go Rename parameter acey as variant, allowing additional variants to be supported 2024-01-07 12:37:01 -08:00
go.mod Add setting for flipping board 2024-01-05 11:52:35 -08:00
go.sum Add setting for flipping board 2024-01-05 11:52:35 -08:00
LICENSE Initial commit 2023-07-31 16:46:28 -07:00
player.go Store board state as []int8 2024-01-05 18:18:54 -08:00
PROTOCOL.md Add history command 2023-12-19 16:30:16 -08:00
README.md Update README 2023-11-03 10:51:25 -07:00
REPLAY.md Add setting for flipping board 2024-01-05 11:52:35 -08:00
util.go Store board state as []int8 2024-01-05 18:18:54 -08:00

bgammon - Backgammon server powering bgammon.org

GoDoc Donate via LiberaPay

Play

Browser and Desktop

Click here to play using your browser.

Download Boxcars at https://bgammon.org/download

Source code is available here.

Android

Google Play   F-Droid

Download Boxcars via Google Play or F-Droid

Source code is available here.

Terminal

ssh bgammon.org -p 5000

Source code is available here.

Support

Please share issues and suggestions here.

The bgammon protocol is specified in PROTOCOL.md.

Information on how to play backgammon is available here.