An asychronous nomadic game about exploring a planet as part of a loose community
Find a file
Marc Di Luzio 7ababb79f6 Migrate to gRPC rather than REST with swagger
Will also be adding in a RESTful endpoint to the server as well so it can consume both types
2020-06-12 22:51:18 +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 Migrate to gRPC rather than REST with swagger 2020-06-12 22:51:18 +01:00
docs Remove time mechanics from the PoC stretch 2020-06-11 20:25:55 +01:00
pkg Migrate to gRPC rather than REST with swagger 2020-06-12 22:51:18 +01:00
docker-compose.yml Migrate to gRPC rather than REST with swagger 2020-06-12 22:51:18 +01:00
Dockerfile Refactor testing into docker file 2020-06-11 18:16:11 +01:00
go.mod Migrate to gRPC rather than REST with swagger 2020-06-12 22:51:18 +01:00
go.sum Refactor testing into docker file 2020-06-11 18:16:11 +01:00
Makefile Migrate to gRPC rather than REST with swagger 2020-06-12 22:51:18 +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