Backgammon server powering bgammon.org
Find a file
2023-09-09 20:08:43 -07:00
cmd/bgammon-server Allow joining a game by specifying a player name 2023-09-09 20:08:43 -07:00
board.go Check for win condition 2023-09-07 23:35:27 -07:00
client.go Add remaining JSON events 2023-08-27 14:10:18 -07:00
command.go Check for win condition 2023-09-07 23:35:27 -07:00
doc.go Add package doc 2023-08-26 20:38:07 -07:00
event.go Check for win condition 2023-09-07 23:35:27 -07:00
game.go Add client label method 2023-09-09 00:01:01 -07:00
gamestate.go Support bearing off 2023-09-07 00:21:58 -07:00
go.mod Initial commit 2023-07-31 16:46:28 -07:00
LICENSE Initial commit 2023-07-31 16:46:28 -07:00
player.go Add game logic 2023-08-22 17:05:35 -07:00
PROTOCOL.md Allow joining a game by specifying a player name 2023-09-09 20:08:43 -07:00
README.md Validate moves 2023-09-04 22:52:28 -07:00
util.go Support bearing off 2023-09-07 00:21:58 -07:00

bgammon - Online backgammon server

GoDoc Donate via LiberaPay Donate via Patreon

Note: This is unfinished alpha-quality software. Here be dragons.

Play

Browser

Click here to play

Terminal (SSH)

ssh bgammon.org -p 5000

Terminal (local)

See bgammon-cli

GUI

Coming soon

Support

Please share issues and suggestions here.

The bgammon protocol is specified in PROTOCOL.md.

For information on how to play backgammon visit https://bkgm.com/rules.html