An asychronous nomadic game about exploring a planet as part of a loose community
Find a file
2020-05-31 19:15:57 +01:00
.github/workflows Add coverage data to github action 2020-05-31 11:55:46 +01:00
.vscode Implement saving and loading for account data, currently a basic json file 2020-05-31 19:15:57 +01:00
docs Move design to docs 2020-05-29 18:24:34 +01:00
pkg Implement saving and loading for account data, currently a basic json file 2020-05-31 19:15:57 +01:00
script Implement saving and loading for account data, currently a basic json file 2020-05-31 19:15:57 +01:00
docker-compose.yml Fix the integration test and the default port for the compose 2020-05-30 22:53:12 +01:00
Dockerfile Implement saving and loading for account data, currently a basic json file 2020-05-31 19:15:57 +01:00
go.mod Add the concept of a player and the /register endpoint 2020-05-31 00:08:50 +01:00
go.sum Add the concept of a player and the /register endpoint 2020-05-31 00:08:50 +01:00
main.go Implement saving and loading for account data, currently a basic json file 2020-05-31 19:15:57 +01:00
README.md Rename the Github action 2020-05-30 23:03:42 +01:00

Rove

Rove is an asynchronous nomadic game about exploring a planet as part of a loose community.

This repository is a growing document as well as the source code repository for the game server.

Build Status

Build and Test