From a2375bbd9a3c6df7041cbeabafd61892ee913d23 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio <marc.diluzio@gmail.com> Date: Sat, 6 Jun 2020 23:33:55 +0100 Subject: [PATCH] Update the top level README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3765187..6850f7c 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ Rove ==== -Rove is an asynchronous nomadic game about exploring a planet as part of a loose community. +Rove is an asynchronous nomadic game about exploring as part of a loose community. -This repository is a growing document as well as the source code repository for the game server. +This repository is a growing document, and the source code for the `rove-server` deployment and the `rove` command line client. + +See [api.go](https://github.com/mdiluz/rove/blob/master/pkg/rove/api.go) for the current server-client API. Build Status ------------