nothub / spacetraders

Some SpaceTraders stuff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

st

SpaceTraders is a multiplayer programming game where the players use an HTTP-API to manage a fleet of ships for exploring, trading, and fighting their way across the multiplayer universe.

This project provides a hand-rolled Go module for interacting with the game.


Usage

For examples, check ./cmd.

Versioning

The project implements the games API as described in github.com/SpaceTradersAPI/api-docs.

Releases are marked with semver-compatible git tags in the format of v<MODVER>+<APIVER> (e.g. v0.1.0+2.1.0), where <MODVER> references the module release and <API_VER> references the implemented api version.

Bugs

If you run into any bugs, please report them here. Thanks! 😊

About

Some SpaceTraders stuff

License:MIT License


Languages

Language:Go 100.0%