FIBS (online backgammon) client library
Go to file
Trevor Slocum 9b048ec05d Retain dice rolls 2021-09-12 17:18:54 -07:00
.gitignore Initial commit 2021-08-30 18:26:34 -07:00
LICENSE Support connecting to FIBS via WebSocket proxy 2021-09-07 18:09:53 -07:00
README.md Support connecting to FIBS via WebSocket proxy 2021-09-07 18:09:53 -07:00
board.go Retain dice rolls 2021-09-12 17:18:54 -07:00
board_test.go Support connecting to FIBS via WebSocket proxy 2021-09-07 18:09:53 -07:00
client.go Retain dice rolls 2021-09-12 17:18:54 -07:00
doc.go Support connecting to FIBS via WebSocket proxy 2021-09-07 18:09:53 -07:00
event.go Support connecting to FIBS via WebSocket proxy 2021-09-07 18:09:53 -07:00
go.mod Support connecting to FIBS via WebSocket proxy 2021-09-07 18:09:53 -07:00
go.sum Support connecting to FIBS via WebSocket proxy 2021-09-07 18:09:53 -07:00
util.go Initial commit 2021-08-30 18:26:34 -07:00

README.md

fibs

GoDoc Donate

FIBS (online backgammon) client library

Features

  • Client provides methods for connecting to FIBS and manages interactions
  • Board provides methods for retrieving the current game state and playing the game
  • Watch backgammon TV (spectate live matches continuously)

Applications

  • Boxcars, a FIBS client with a graphical user interface
  • bgammon, a FIBS client with a terminal user interface

Documentation

Documentation is available via godoc.

Support

Please share issues and suggestions here.