fibs/README.md

25 lines
1.0 KiB
Markdown
Raw Normal View History

2021-08-31 01:26:34 +00:00
# fibs
[![GoDoc](https://code.rocketnine.space/tslocum/godoc-static/raw/branch/master/badge.svg)](https://docs.rocketnine.space/code.rocketnine.space/tslocum/fibs)
[![Donate](https://img.shields.io/liberapay/receives/rocketnine.space.svg?logo=liberapay)](https://liberapay.com/rocketnine.space)
[FIBS](https://fibs.com) (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](https://code.rocketnine.space/tslocum/boxcars), a FIBS client with a graphical user interface
- [bgammon](https://code.rocketnine.space/tslocum/bgammon), a FIBS client with a terminal user interface
2021-08-31 01:26:34 +00:00
## Documentation
Documentation is available via [godoc](https://docs.rocketnine.space/code.rocketnine.space/tslocum/fibs).
## Support
Please share issues and suggestions [here](https://code.rocketnine.space/tslocum/fibs/issues).