An asychronous nomadic game about exploring a planet as part of a loose community
Find a file
2020-06-13 10:44:03 +01:00
.github/workflows Migrate to gRPC rather than REST with swagger 2020-06-12 22:51:18 +01:00
.vscode Move the Atlas code into it's own package 2020-06-11 20:42:59 +01:00
cmd Fix logging for rove-server 2020-06-13 10:44:03 +01:00
docs Remove time mechanics from the PoC stretch 2020-06-11 20:25:55 +01:00
pkg Rename the RoveServer proto to Rove 2020-06-13 10:43:35 +01:00
proto Rename the RoveServer proto to Rove 2020-06-13 10:43:35 +01:00
tools Implement a reverse proxy using grpc-gateway 2020-06-13 00:23:21 +01:00
docker-compose.yml Implement a reverse proxy using grpc-gateway 2020-06-13 00:23:21 +01:00
Dockerfile Implement a reverse proxy using grpc-gateway 2020-06-13 00:23:21 +01:00
go.mod Implement a reverse proxy using grpc-gateway 2020-06-13 00:23:21 +01:00
go.sum Implement a reverse proxy using grpc-gateway 2020-06-13 00:23:21 +01:00
Makefile Fix swagger gen path 2020-06-13 10:42:40 +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