An asychronous nomadic game about exploring a planet as part of a loose community
Find a file
Marc Di Luzio 2ee68e74ac Enqueue the incoming commands at the next tick
This sync commands for all users and in the future will let you view which moves and commands are currently being executed
2020-06-09 20:44:25 +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 InnerMain test for rove commands 2020-06-09 18:35:36 +01:00
docs Core features of the Proof Of Concept are done 2020-06-07 22:37:12 +01:00
pkg Enqueue the incoming commands at the next tick 2020-06-09 20:44:25 +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