An asychronous nomadic game about exploring a planet as part of a loose community
Find a file
2020-06-06 23:35:42 +01:00
.github/workflows Install wamerican on the githup workflow 2020-06-06 17:26:36 +01:00
.vscode Refactor and implement the api functions 2020-06-05 17:59:14 +01:00
cmd Fix output for rove move command 2020-06-06 18:44:50 +01:00
docs Note that commands now do happen in real time 2020-06-06 16:02:11 +01:00
pkg Give the rover name a json representation in lowercase 2020-06-06 19:11:12 +01:00
script Update rove-server main with tests 2020-06-06 12:13:54 +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 Use the test script and the go mod download 2020-06-06 18:52:02 +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