An asychronous nomadic game about exploring a planet as part of a loose community
Find a file
Marc Di Luzio 92222127a6 Add basic account security
This adds a secret token associated with each account

	The token must then be sent with follow-up requests to ensure they get accepted

	This is _very_ basic security, and without TLS is completely vulnerable to MITM attacks, as well as brute force guessing (though it'd take a while to guess the a correct UUID)
2020-07-07 22:20:23 +01:00
.github/workflows Fix git diff check 2020-07-07 13:13:17 +01:00
.vscode Simplify - remove RoverAttributes and rover UUIDs 2020-06-27 00:32:27 +01:00
cmd Add basic account security 2020-07-07 22:20:23 +01:00
data Add an icon 2020-06-25 22:57:57 +01:00
docs Remove status doc, now tracked on GitHub 2020-07-07 17:58:41 +01:00
flatpak Add flatpak file, unused but functional 2020-06-30 22:43:53 +01:00
pkg Add basic account security 2020-07-07 22:20:23 +01:00
proto Add basic account security 2020-07-07 22:20:23 +01:00
script Prepend license to wait-for-it 2020-06-13 12:16:05 +01:00
snap Rename rove-reverse-proxy to rove-server-rest-proxy 2020-06-30 23:37:38 +01:00
tools Implement a reverse proxy using grpc-gateway 2020-06-13 00:23:21 +01:00
docker-compose.yml Set the server tick rate to 5 2020-07-07 17:45:36 +01:00
Dockerfile Also build the rove command line client into the docker 2020-07-05 13:37:56 +01:00
Dockerfile.docs Re-instate the stagger doc server 2020-06-13 10:59:25 +01:00
go.mod go mod tidy and update 2020-07-03 17:06:28 +01:00
go.sum go mod tidy and update 2020-07-03 17:06:28 +01:00
LICENSE Create LICENSE 2020-06-22 15:59:07 +01:00
Makefile Add generated files check to github actions 2020-07-07 12:59:10 +01:00
README.md Update README.md 2020-07-04 23:38:59 +01:00

Rove

Tests Docker rove

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 rove.proto for the current server-client API.