This crate provides a pure, canonical implementation of the game Backgammon. It allows to implement fast Backgammon games in various clients.
This library supports the following rules on the doubling cube:
Start a new match with rules: ``` use backgammon::{Match,Rules};
let mut m = Match::new(). withpoints(13). withjacoby();
```
Any support is very welcome. Please use Bitbucket Issues to discuss features or ask for help.
All commits are signed with the following GPG key (find the respective key for example in the FreeBSD keyring):
59A6 2B5D B2FE B9CA 2358 4FA1 1C7A 2F39 D966 052B
You can verify the integrity of the code by running:
git log --show-signature