An asychronous nomadic game about exploring a planet as part of a loose community
Find a file
2020-06-09 18:33:05 +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 Fix command line arg order 2020-06-09 18:32:44 +01:00
docs Core features of the Proof Of Concept are done 2020-06-07 22:37:12 +01:00
pkg Fix error messages that still talk about direction 2020-06-09 18:33:05 +01:00
docker-compose.yml Fix test instabilities by refactoring to make address dynamic and readable 2020-06-06 11:52:12 +01:00
go.mod Refactor rover attributes to add a name 2020-06-06 16:52:30 +01:00
go.sum Refactor rover attributes to add a name 2020-06-06 16:52:30 +01:00
Makefile Move test into the Makefile 2020-06-07 23:20:39 +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