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.
For examples, check ./cmd.
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.
If you run into any bugs, please report them here. Thanks! 😊