Space-kraken is a client for playing the game spacetraders.io written in go.
there may be a compiled binary for your operating system and architecture.
You need a working go development environment and mage. Alternatively, you can build a docker container with the necessary dependencies. Using a docker container is not necessary, but it helps ensure consistency of dependencies versions.
- Build your image (or pull it from docker hub)
$ docker build -t space-kraken .
- Run the container
$ docker run --rm -it \
-p 8000:8000 \
-v $PWD:/root/space-kraken \
-w /root/space-kraken \
--name space-kraken \
space-kraken:latest
Contributions are welcome, a contributing guide is still TODO.
Copyright © 2021 Yi Fan Song