Skip to content

GreenDjango/webgl-cubo-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎮 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 [email protected]: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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published