An asychronous nomadic game about exploring a planet as part of a loose community
Find a file
2020-06-11 18:27:19 +01:00
.github/workflows Move test into the Makefile 2020-06-07 23:20:39 +01:00
.vscode Add a config for launching the rove executable 2020-06-08 18:14:37 +01:00
cmd Fix crash with fresh data 2020-06-11 18:27:19 +01:00
docs Core features of the Proof Of Concept are done 2020-06-07 22:37:12 +01:00
pkg Move accountant to it's own deployment using gRCP 2020-06-11 13:24:42 +01:00
docker-compose.yml Refactor testing into docker file 2020-06-11 18:16:11 +01:00
Dockerfile Refactor testing into docker file 2020-06-11 18:16:11 +01:00
go.mod Refactor testing into docker file 2020-06-11 18:16:11 +01:00
go.sum Refactor testing into docker file 2020-06-11 18:16:11 +01:00
Makefile Refactor testing into docker file 2020-06-11 18:16:11 +01:00
README.md Update README.md 2020-06-06 23:35:42 +01:00

Rove

Rove is an asynchronous nomadic game about exploring as part of a loose community.

This repository is a living document of current game design, as well as source code for the rove-server deployment and the rove command line client.

See api.go for the current server-client API.

Build Status

Build and Test