Add README
This commit is contained in:
parent
4c534c3fa3
commit
eb32d1cae1
2 changed files with 12 additions and 2 deletions
|
@ -83,8 +83,8 @@ Data types:
|
|||
- `line` - alphanumeric with spaces
|
||||
|
||||
All events are sent in either JSON or human-readable format. The human-readable
|
||||
format is documented here. The structure of each JSON message is available by referencing
|
||||
[this file](https://code.rocket9labs.com/tslocum/bgammon/src/branch/main/event.go).
|
||||
format is documented here. The structure of each JSON message is available via
|
||||
[godoc](https://docs.rocket9labs.com/code.rocket9labs.com/tslocum/bgammon/#Event).
|
||||
|
||||
### `hello <message:line>`
|
||||
|
||||
|
|
10
README.md
Normal file
10
README.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
# bgammon - Online backgammon server and client interface
|
||||
[](https://docs.rocket9labs.com/code.rocket9labs.com/tslocum/bgammon)
|
||||
[](https://liberapay.com/rocket9labs.com)
|
||||
[](https://www.patreon.com/rocketnine)
|
||||
|
||||
## Support
|
||||
|
||||
Please share issues and suggestions [here](https://code.rocket9labs.com/tslocum/bgammon/issues).
|
||||
|
||||
The bgammon protocol specification is in [PROTOCOL.md](https://code.rocket9labs.com/tslocum/bgammon/src/branch/main/PROTOCOL.md).
|
Loading…
Reference in a new issue