An asychronous nomadic game about exploring a planet as part of a loose community
Find a file
2020-06-11 20:25:03 +01:00
.github/workflows Move test into the Makefile 2020-06-07 23:20:39 +01:00
.vscode Add a config for launching the rove executable 2020-06-08 18:14:37 +01:00
cmd Use log instead of fmt for logging 2020-06-11 19:04:53 +01:00
docs Core features of the Proof Of Concept are done 2020-06-07 22:37:12 +01:00
pkg Use log instead of fmt for logging 2020-06-11 19:04:53 +01:00
docker-compose.yml Fix makefile and coverage output 2020-06-11 18:55:53 +01:00
Dockerfile Refactor testing into docker file 2020-06-11 18:16:11 +01:00
go.mod Refactor testing into docker file 2020-06-11 18:16:11 +01:00
go.sum Refactor testing into docker file 2020-06-11 18:16:11 +01:00
Makefile Add unit tests to the test target 2020-06-11 20:25:03 +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