An asychronous nomadic game about exploring a planet as part of a loose community
Find a file
Marc Di Luzio b3b369f608 Remove /spawn POST endpoint
This was increasing complexity for no added benefit

	/register now performs the spawn in 4 lines of code
2020-06-10 18:48:56 +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 Remove /spawn POST endpoint 2020-06-10 18:48:56 +01:00
docs Core features of the Proof Of Concept are done 2020-06-07 22:37:12 +01:00
pkg Remove /spawn POST endpoint 2020-06-10 18:48:56 +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 server package out into rove-server 2020-06-10 18:20:05 +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