FIBS (online backgammon) client library
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Trevor Slocum 16c24d4793 Reset premoves when player moves are rejected 1 year ago
.gitignore Initial commit 2 years ago
LICENSE Support connecting to FIBS via WebSocket proxy 2 years ago
README.md Support connecting to FIBS via WebSocket proxy 2 years ago
board.go Reset premoves when player moves are rejected 1 year ago
board_test.go Fix selecting multiple checkers 2 years ago
client.go Reset premoves when player moves are rejected 1 year ago
doc.go Support connecting to FIBS via WebSocket proxy 2 years ago
event.go Add EventWho 2 years ago
go.mod Fix resetting premoves too early 1 year ago
go.sum Fix resetting premoves too early 1 year ago
util.go Fix resetting premoves too early 1 year ago

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.