vanduul.space
v1.0.0
Published
A browser game for fun inspired by Star Citizen.
Downloads
3
Maintainers
Readme
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.