Backgammon server powering bgammon.org
Find a file
2026-03-11 09:42:14 -07:00
cmd/bgammon-server Award achievements 2025-06-12 11:19:56 -07:00
pkg/server Remove reference to IRC channel 2026-03-11 09:42:14 -07:00
.gitignore Add .gitignore 2024-06-24 10:51:16 -07:00
board.go Award gammon and backgammon point values when a player resigns a multi-point game 2025-12-27 08:57:37 -08:00
client.go Allow one registration per IP address 2024-09-05 11:56:29 -07:00
command.go Add achievements command 2025-11-26 21:15:28 -08:00
doc.go Add package doc 2023-08-26 20:38:07 -07:00
event.go Add achievements command 2025-11-26 21:15:28 -08:00
game.go Support Crawford Rule 2025-11-26 15:02:53 -08:00
gamestate.go Support Crawford Rule 2025-11-26 15:02:53 -08:00
go.mod Award gammon and backgammon point values when a player resigns a multi-point game 2025-12-27 08:57:37 -08:00
go.sum Award gammon and backgammon point values when a player resigns a multi-point game 2025-12-27 08:57:37 -08:00
LICENSE Initial commit 2023-07-31 16:46:28 -07:00
player.go Add profile icon support 2024-08-01 14:55:17 -07:00
PROTOCOL.md Add achievements command 2025-11-26 21:15:28 -08:00
README.md Serve Boxcars APK directly 2025-10-30 09:59:47 -07:00
REPLAY.md Record incomplete games 2024-07-01 12:35:46 -07:00
util.go Store board state as []int8 2024-01-05 18:18:54 -08:00

bgammon - Backgammon server powering bgammon.org

GoDoc Translate Donate

Play

Browser and Desktop

Click here to play using your browser.

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

Source code is available here.

Android

Boxcars for Android is available here.

Source code is available here.

Terminal

ssh bgammon.org -p 5000

Source code is available here.

Translate

Translation is handled online.

Support

Please share issues and suggestions here.

The bgammon protocol is specified in PROTOCOL.md.

Information on how to play backgammon is available here.