Backgammon server powering bgammon.org
Find a file
2024-10-10 12:01:44 -07:00
cmd/bgammon-server Add CORS header to API responses 2024-09-05 18:05:15 -07:00
pkg/server Only send points in win event for multi-point matches 2024-10-10 12:01:44 -07:00
.gitignore Add .gitignore 2024-06-24 10:51:16 -07:00
board.go Support playing tabula games 2024-01-08 03:51:22 -08:00
client.go Allow one registration per IP address 2024-09-05 11:56:29 -07:00
command.go Add ban and unban commands 2024-09-30 21:39:20 -07:00
doc.go Add package doc 2023-08-26 20:38:07 -07:00
event.go Include rating delta in win event 2024-10-09 01:28:32 -07:00
game.go Store match start and end time as int64 2024-08-30 00:06:09 -07:00
gamestate.go Disallow doubling higher than 64 2024-07-30 13:57:37 -07:00
go.mod Only send points in win event for multi-point matches 2024-10-10 12:01:44 -07:00
go.sum Only send points in win event for multi-point matches 2024-10-10 12:01:44 -07: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 ban and unban commands 2024-09-30 21:39:20 -07:00
README.md Remove Play Store link 2024-08-29 10:40:54 -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 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

F-Droid

Download Boxcars via F-Droid

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.