Backgammony is a backgammon client for Linux written with Dlang and GTK. It supports local AIs as well as trustless network games. It's targeted towards casual play and thus forgoes the analysis and tutor features present in other backgammon software in favor of a more streamlined and pleasant user interface.
Backgammony currently only supports the GNU Backgammon artificial intelligence since there is no standard communication protocol like there is for chess. I am currently writing my own engine and will document the communication protocol thoroughly in an attempt to bring some standardisation to this area.
Backgammony brings an innovative approach to network play - predominantly where it has to generate dice rolls. The algorithm uses a basic commitment scheme to ensure that dice rolls are non-interferable and games are trustless. To view the dice roll implementation please inspect the DiceRoll class in the networking package.
Backgammony is written in the D language so make sure that you have a D compiler and the Dub package manager installed. Navigate to the project directory and run:
dub build && ./backgammon
# Or for flatpak (this installs gnubg inside the flatpak container)
flatpak-builder --install build-dir uk.jnthn.backgammon.json --force-clean --user
Make sure that you install GNU Backgammon installed if you wish to play against an AI as Backgammony does not have an AI currently.
NB: The software crashed halfway through the game