alex-moon / vf

VoidFill

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

VoidFill

License:MIT License


Languages

Language:TypeScript 95.9%Language:Vue 2.8%Language:Python 0.7%Language:JavaScript 0.2%Language:HTML 0.2%Language:Dockerfile 0.1%Language:SCSS 0.0%