space-kraken

module
v0.0.0-...-b01f0b1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 22, 2021 License: GPL-3.0

README

Space-Kraken

Space-kraken is a client for playing the game spacetraders.io written in go.

Releases

there may be a compiled binary for your operating system and architecture.

Development

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.

Instructions for the use of the docker container
  1. Build your image (or pull it from docker hub)
$ docker build -t space-kraken .
  1. 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

Contributing

Contributions are welcome, a contributing guide is still TODO.

License

Copyright © 2021 Yi Fan Song

GNU General Public License

Directories

Path Synopsis
Package database provides a client for sqlite database operations.
Package database provides a client for sqlite database operations.
interfaces
Package log provides a logger client.
Package log provides a logger client.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL