Skip to content

space-kraken is a client for the spacetraders.io written in go

License

Notifications You must be signed in to change notification settings

yi-fan-song/space-kraken

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

space-kraken is a client for the spacetraders.io written in go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published