https://github.com/fifth-postulate/bgrs
Project to explore the finer points of backgammon
https://github.com/fifth-postulate/bgrs
Last synced: about 2 months ago
JSON representation
Project to explore the finer points of backgammon
- Host: GitHub
- URL: https://github.com/fifth-postulate/bgrs
- Owner: fifth-postulate
- License: mit
- Created: 2022-07-20T16:24:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T12:39:07.000Z (over 2 years ago)
- Last Synced: 2024-01-16T19:45:54.226Z (over 2 years ago)
- Language: Elm
- Size: 26.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bgrs
Project to explore the finer points of backgammon.
[Backgammon][wikipedia:backgammon] is a
> two-player game in which each player has fifteen pieces, known traditionally as 'men' (short for 'tablemen') but often known as 'checkers' in the US. These pieces move along twenty-four 'points' according to the roll of two dice. The objective of the game is to move the fifteen pieces around the board and be first to bear off, i.e. remove them from the board.
## Development
The project is developed with [Rust][language:rust] and [Elm][language:elm].
Furthermore there is a wealth of information gathered at the [accompanying website][project:website].
[language:elm]: https://elm-lang.org/
[language:rust]: https://www.rust-lang.org/
[wikipedia:backgammon]: https://en.wikipedia.org/wiki/Backgammon
[project:website]: https://fifth-postulate.nl/bgrs/