An asychronous nomadic game about exploring a planet as part of a loose community
Find a file
Marc Di Luzio b116cdf291 Convert Atlas to infinite lazy growth
The atlas will now expand as needed for any query, but only initialise the chunk tile memory when requested

	While this may still be a pre-mature optimisation, it does simplify some code and ensures that our memory footprint stays small, for the most part
2020-06-27 14:48:21 +01:00
.github/workflows Remove installing wamerican 2020-06-25 23:51:12 +01:00
.vscode Simplify - remove RoverAttributes and rover UUIDs 2020-06-27 00:32:27 +01:00
cmd Convert Atlas to infinite lazy growth 2020-06-27 14:48:21 +01:00
data Add an icon 2020-06-25 22:57:57 +01:00
docs Add repair command to repair using inventory item 2020-06-27 01:39:10 +01:00
pkg Convert Atlas to infinite lazy growth 2020-06-27 14:48:21 +01:00
proto Add repair command to repair using inventory item 2020-06-27 01:39:10 +01:00
script Prepend license to wait-for-it 2020-06-13 12:16:05 +01:00
snap Rename USER_DATA to ROVE_USER_DATA 2020-06-27 00:02:07 +01:00
tools Implement a reverse proxy using grpc-gateway 2020-06-13 00:23:21 +01:00
docker-compose.yml Reformat to use a words file rather than babble 2020-06-25 22:02:11 +01:00
Dockerfile Remove installing wamerican 2020-06-25 23:51:12 +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
LICENSE Create LICENSE 2020-06-22 15:59:07 +01:00
Makefile Start to implement proper validation of HTTP interface 2020-06-13 12:35:37 +01:00
README.md Update README.md 2020-06-22 18:14:06 +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 rove