boxcars/README.md

48 lines
1.6 KiB
Markdown
Raw Permalink Normal View History

2023-09-14 06:01:24 +00:00
# boxcars - Graphical client for [bgammon.org](https://bgammon.org)
2023-11-06 00:35:14 +00:00
[![Translate](https://hosted.weblate.org/widgets/meditation-assistant/-/svg-badge.svg)](https://hosted.weblate.org/projects/bgammon/boxcars/)
2023-09-14 06:01:24 +00:00
[![Donate via LiberaPay](https://img.shields.io/liberapay/receives/rocket9labs.com.svg?logo=liberapay)](https://liberapay.com/rocket9labs.com)
2021-08-19 06:57:40 +00:00
2023-09-25 05:19:18 +00:00
## Play
### Browser
Visit https://play.bgammon.org
### Desktop
Download Boxcars at https://bgammon.org/boxcars
2023-09-25 05:19:18 +00:00
2023-11-03 17:44:36 +00:00
### Android
2024-08-29 17:38:49 +00:00
Download Boxcars via [F-Droid](https://f-droid.org/packages/com.rocket9labs.boxcars/)
2023-11-03 17:44:36 +00:00
2023-10-23 05:36:20 +00:00
## Screenshot
2024-01-16 21:07:11 +00:00
[![Screenshot](https://code.rocket9labs.com/tslocum/boxcars/raw/branch/main/screenshot.png)](https://code.rocket9labs.com/tslocum/boxcars/src/branch/main/screenshot.png)
2023-10-23 05:36:20 +00:00
2023-09-25 05:19:18 +00:00
## 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 code.rocket9labs.com/tslocum/boxcars@latest`
Run `~/go/bin/boxcars` to play.
2023-11-06 00:35:14 +00:00
## Translate
2024-03-18 20:02:58 +00:00
Translation is handled [online](https://hosted.weblate.org/projects/bgammon/).
2023-11-06 00:35:14 +00:00
2021-08-19 06:57:40 +00:00
## Support
2023-09-14 05:56:04 +00:00
Please share issues and suggestions [here](https://code.rocket9labs.com/tslocum/boxcars/issues).
2021-08-19 06:57:40 +00:00
## Dependencies
2023-09-14 05:56:04 +00:00
- [ebitengine](https://github.com/hajimehoshi/ebiten) - Game engine
2024-01-16 21:07:11 +00:00
- [etk](https://code.rocket9labs.com/tslocum/etk) - User interface tool kit
2023-09-16 05:46:42 +00:00
- [draw2d](https://github.com/llgcode/draw2d) - Shape drawing
2021-08-20 03:18:28 +00:00
- [resize](https://github.com/nfnt/resize) - Image resizing
2023-11-30 21:41:33 +00:00
- [tabula](https://code.rocket9labs.com/tslocum/tabula) - Backgammon AI