From 27b011cf5bd792d3d5a88539787913d3ef9c8b53 Mon Sep 17 00:00:00 2001 From: Trevor Slocum Date: Sun, 22 Oct 2023 22:29:28 -0700 Subject: [PATCH] Update README --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 09c68f0..868fdff 100644 --- a/README.md +++ b/README.md @@ -5,22 +5,24 @@ ## Play -### Graphical client +Two official clients are available. + +### Graphical interface (boxcars) [**Click here to play**](https://play.bgammon.org) -Source code available [here](https://code.rocketnine.space/tslocum/boxcars). +Source code is available [here](https://code.rocket9labs.com/tslocum/boxcars). -### Terminal client +### Terminal interface (bgammon-cli) `ssh bgammon.org -p 5000` -Source code available [here](https://code.rocketnine.space/tslocum/bgammon-cli). +Source code is available [here](https://code.rocket9labs.com/tslocum/bgammon-cli). ## Support Please share issues and suggestions [here](https://code.rocket9labs.com/tslocum/bgammon/issues). -The bgammon protocol is specified in [PROTOCOL.md](https://code.rocket9labs.com/tslocum/bgammon/src/branch/main/PROTOCOL.md). +The bgammon protocol is specified in [PROTOCOL.md](https://code.rocket9labs.com/tslocum/bgammon/src/branch/main/PROTOCOL.md). -For information on how to play backgammon visit https://bkgm.com/rules.html +Information on how to play backgammon is available [here](https://bkgm.com/rules.html).