An asychronous nomadic game about exploring a planet as part of a loose community
Find a file
2020-06-13 12:14:54 +01:00
.github/workflows Re-instate the stagger doc server 2020-06-13 10:59:25 +01:00
.vscode Move the Atlas code into it's own package 2020-06-11 20:42:59 +01:00
cmd Remove empty proto i/o structs in favor of placeholders 2020-06-13 11:57:27 +01:00
docs Remove time mechanics from the PoC stretch 2020-06-11 20:25:55 +01:00
pkg Remove empty proto i/o structs in favor of placeholders 2020-06-13 11:57:27 +01:00
proto Remove empty proto i/o structs in favor of placeholders 2020-06-13 11:57:27 +01:00
script Add wait-for-it.sh from https://github.com/vishnubob/wait-for-it at c096cfa 2020-06-13 12:14:54 +01:00
tools Implement a reverse proxy using grpc-gateway 2020-06-13 00:23:21 +01:00
docker-compose.yml Fix rove gRPC path given to tests 2020-06-13 11:49:24 +01:00
Dockerfile Implement a reverse proxy using grpc-gateway 2020-06-13 00:23:21 +01:00
Dockerfile.docs Re-instate the stagger doc server 2020-06-13 10:59:25 +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