alex-moon / vf

VoidFill
MIT License
0 stars 0 forks source link

VoidFill

VoidFill is a little game I wrote to learn some basic principles of 3D game design and development on ThreeJS and cannon-es. It also gave me an excuse to learn about asteroids and the asteroid belt.

Development

Project setup:

yarn install

Compile and hot-load for development:

yarn dev

Build for production:

yarn build

Wrap in a docker container serving the app with nginx (if you're into that sort of thing):

docker-compose build