1.0.0 • Published 7 years ago

vanduul.space v1.0.0

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
7 years ago

Vanduul Space

A browser game written in javascript, inspired by the space adventure Star Citizen.

Via the Apache 2.0 license you are free to distribute and modify this software as you please.

If you just want to play it, you can visit

http://vanduul.space

Or you can run it yourself.

It can be run as a react App

$ cd vanduul.space
$ npm install
$ npm run start

or it can be ran through docker

docker run -p 8080:8080 -d -t vacation/vanduul.space

That will launch a server with Vanduul Space running on port 8080.