Online backgammon client (FIBS)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# boxcars
|
|
|
|
[](https://liberapay.com/rocketnine.space)
|
|
|
|
|
|
|
|
Online backgammon client ([FIBS](http://fibs.com))
|
|
|
|
|
|
|
|
**Note:** This application is in pre-alpha state. Here be dragons.
|
|
|
|
|
|
|
|
## Play
|
|
|
|
|
|
|
|
There are several ways to play Boxcars.
|
|
|
|
|
|
|
|
### Browser (recommended)
|
|
|
|
|
|
|
|
Visit https://boxcars.rocketnine.space
|
|
|
|
|
|
|
|
### Desktop
|
|
|
|
|
|
|
|
**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 to build a `boxcars` executable:
|
|
|
|
|
|
|
|
`go install code.rocketnine.space/tslocum/boxcars@latest`
|
|
|
|
|
|
|
|
Run `~/go/bin/boxcars` to play.
|
|
|
|
|
|
|
|
## Android
|
|
|
|
|
|
|
|
*Coming soon*
|
|
|
|
|
|
|
|
## Support
|
|
|
|
|
|
|
|
Please share issues and suggestions [here](https://code.rocketnine.space/tslocum/boxcars/issues).
|
|
|
|
|
|
|
|
## Dependencies
|
|
|
|
|
|
|
|
- [ebiten](https://github.com/hajimehoshi/ebiten) - 2D game engine
|
|
|
|
- [draw2d](https://github.com/llgcode/draw2d) - 2D shape drawing
|
|
|
|
- [resize](https://github.com/nfnt/resize) - Image resizing
|