GreenDjango / webgl-cubo-world

Minecraft like with WebGL and ECS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🎮 Cubo World

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.

💾 Install

git clone git@github.com:GreenDjango/webgl-cubo-world.git && cd webgl-cubo-world

🛠 Build

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


Project realised by:

About

Minecraft like with WebGL and ECS


Languages

Language:TypeScript 72.8%Language:CSS 18.0%Language:HTML 9.2%