FIBS (online backgammon) client library
Go to file
Trevor Slocum 16c24d4793 Reset premoves when player moves are rejected 2021-11-11 20:28:38 -08: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 Reset premoves when player moves are rejected 2021-11-11 20:28:38 -08:00
board_test.go Fix selecting multiple checkers 2021-09-13 20:58:10 -07:00
client.go Reset premoves when player moves are rejected 2021-11-11 20:28:38 -08:00
doc.go Support connecting to FIBS via WebSocket proxy 2021-09-07 18:09:53 -07:00
event.go Add EventWho 2021-09-30 18:02:23 -07:00
go.mod Fix resetting premoves too early 2021-11-10 08:39:19 -08:00
go.sum Fix resetting premoves too early 2021-11-10 08:39:19 -08:00
util.go Fix resetting premoves too early 2021-11-10 08:39:19 -08: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.