This project is a Minecraft like video game in TypeScript with Three.js. It implement a graphical client, using a re-usable ECS of my own design.
git clone git@github.com:GreenDjango/webgl-cubo-world.git && cd webgl-cubo-world
Build create a dist/
folder with a index.html
entry.
Need tsc from Typescript for build
npm i -g typescript
Hot reload (localhost:1234)
yarn && yarn run serve
Test build
yarn && yarn run build
Production build
yarn && yarn run build:prod
- @Theo C. 🦎