Bloq is a multiplayer creative block building game inspired by Minecraft. It's written in Typescript, and uses Three.js for rendering.
The game was made by Olav Lindekleiv for the course DAT215 ICT Project at the University of Agder, in the fall semester of 2016.
Install the typescript compiler.
npm install typescript -g
cd bloq/server
npm install
tsc
node dist/server/src/main.js # Start server
cd bloq/client
npm install
npm run serve
Go to http://localhost:8080
Mozilla Public License 2.0 (see the LICENSE file)