Backgammon server powering bgammon.org
Find a file
2023-11-19 17:36:46 -08:00
cmd/bgammon-server Inform clients when unknown commands are received 2023-11-19 17:36:46 -08:00
board.go Show matches that have started as full in match listing 2023-11-13 11:26:06 -08:00
client.go Add remaining JSON events 2023-08-27 14:10:18 -07:00
command.go Add doubling cube 2023-10-20 13:51:32 -07:00
doc.go Add package doc 2023-08-26 20:38:07 -07:00
event.go Add match listing API 2023-11-16 09:25:26 -08:00
game.go Fix calculating backgammon win 2023-11-10 17:15:49 -08:00
gamestate.go Support spectating matches 2023-11-16 17:12:17 -08:00
go.mod Only allow doubling in multi-point matches 2023-11-10 22:33:48 -08:00
go.sum Only allow doubling in multi-point matches 2023-11-10 22:33:48 -08:00
LICENSE Initial commit 2023-07-31 16:46:28 -07:00
player.go Add doubling cube 2023-10-20 13:51:32 -07:00
PROTOCOL.md Send game state to both players from the perspective of player 1 (black) 2023-11-15 14:41:56 -08:00
README.md Update README 2023-11-03 10:51:25 -07:00
util.go Support bearing off 2023-09-07 00:21:58 -07: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.