bgammon/README.md

29 lines
1.3 KiB
Markdown
Raw Normal View History

2023-09-13 07:45:54 +00:00
# bgammon - Backgammon server powering [bgammon.org](https://bgammon.org)
2023-08-27 03:43:23 +00:00
[![GoDoc](https://code.rocket9labs.com/tslocum/godoc-static/raw/branch/master/badge.svg)](https://docs.rocket9labs.com/code.rocket9labs.com/tslocum/bgammon)
[![Donate via LiberaPay](https://img.shields.io/liberapay/receives/rocket9labs.com.svg?logo=liberapay)](https://liberapay.com/rocket9labs.com)
[![Donate via Patreon](https://img.shields.io/badge/dynamic/json?color=%23e85b46&label=Patreon&query=data.attributes.patron_count&suffix=%20patrons&url=https%3A%2F%2Fwww.patreon.com%2Fapi%2Fcampaigns%2F5252223)](https://www.patreon.com/rocketnine)
2023-09-03 08:05:15 +00:00
## Play
2023-10-23 05:29:28 +00:00
Two official clients are available.
### Graphical interface (boxcars)
2023-09-03 08:05:15 +00:00
2023-09-19 06:56:34 +00:00
[**Click here to play**](https://play.bgammon.org)
2023-09-03 08:05:15 +00:00
2023-10-23 05:29:28 +00:00
Source code is available [here](https://code.rocket9labs.com/tslocum/boxcars).
2023-09-03 08:05:15 +00:00
2023-10-23 05:29:28 +00:00
### Terminal interface (bgammon-cli)
2023-09-03 08:05:15 +00:00
2023-09-19 06:56:34 +00:00
`ssh bgammon.org -p 5000`
2023-09-03 08:05:15 +00:00
2023-10-23 05:29:28 +00:00
Source code is available [here](https://code.rocket9labs.com/tslocum/bgammon-cli).
2023-09-03 06:51:06 +00:00
2023-08-27 03:43:23 +00:00
## Support
Please share issues and suggestions [here](https://code.rocket9labs.com/tslocum/bgammon/issues).
2023-10-23 05:29:28 +00:00
The bgammon protocol is specified in [PROTOCOL.md](https://code.rocket9labs.com/tslocum/bgammon/src/branch/main/PROTOCOL.md).
2023-09-05 05:52:28 +00:00
2023-10-23 05:29:28 +00:00
Information on how to play backgammon is available [here](https://bkgm.com/rules.html).