https://github.com/tslocum/boxcars
Graphical client for bgammon.org
https://github.com/tslocum/boxcars
backgammon ebitengine multiplayer multiplayer-game
Last synced: 5 months ago
JSON representation
Graphical client for bgammon.org
- Host: GitHub
- URL: https://github.com/tslocum/boxcars
- Owner: tslocum
- License: agpl-3.0
- Created: 2024-01-24T07:21:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-17T16:03:45.000Z (12 months ago)
- Last Synced: 2025-10-20T07:51:06.296Z (8 months ago)
- Topics: backgammon, ebitengine, multiplayer, multiplayer-game
- Language: Go
- Homepage: https://codeberg.org/tslocum/boxcars
- Size: 3.41 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# boxcars - Graphical client for [bgammon.org](https://bgammon.org)
[](https://translate.codeberg.org/projects/bgammon/)
[](https://liberapay.com/rocket9labs.com)
## Play
### Browser
Visit https://play.bgammon.org
### Desktop
Download Boxcars for Windows and Linux [here](https://codeberg.org/tslocum/boxcars/releases).
### Android
Download Boxcars for Android [here](https://bgammon.org/boxcars/boxcars-android.apk).
## Screenshot
[](https://codeberg.org/tslocum/boxcars/src/branch/main/screenshot.png)
## Build
**Note:** You will need to install the dependencies listed for [your platform](https://github.com/hajimehoshi/ebiten/blob/main/README.md#platforms).
Run the following command:
`go install codeberg.org/tslocum/boxcars@latest`
Run `~/go/bin/boxcars` to play.
## Translate
Translation is handled [online](https://translate.codeberg.org/projects/bgammon/).
## Support
Please share issues and suggestions [here](https://codeberg.org/tslocum/boxcars/issues).
## Dependencies
- [ebitengine](https://github.com/hajimehoshi/ebiten) - Game engine
- [etk](https://codeberg.org/tslocum/etk) - User interface tool kit
- [draw2d](https://github.com/llgcode/draw2d) - Shape drawing
- [resize](https://github.com/nfnt/resize) - Image resizing
- [tabula](https://codeberg.org/tslocum/tabula) - Backgammon AI