haydnhkim / webglcraft

WebGL implementation of Minecraft written in ES2015 using threejs. http://haydnhkim.github.io/webglcraft

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebGLCraft

Please note:

WebGL implementation of Minecraft written in ES2015(ECMAScript 2015) aka ES6 using three.js.

Demo here. (currently Chrome only)

Fork from the original WebGLCraft repository: https://github.com/danielribeiro/WebGLCraft written in Coffeescript.

tests

To run the tests, simply run:

cake spec

The tests are powered by Jasmine, and can also be seen on the browser (useful for debugging) by opening http://localhost:8000/spec/web_runner.html

Meta

Created by Daniel Ribeiro. Not affiliated with Mojang. Minecraft is a trademark of Mojang.

Released under the MIT License: http://www.opensource.org/licenses/mit-license.php

fork: http://github.com/haydnhkim/webglcraft original: http://github.com/danielribeiro/WebGLCraft

About

WebGL implementation of Minecraft written in ES2015 using threejs. http://haydnhkim.github.io/webglcraft


Languages

Language:JavaScript 99.4%Language:HTML 0.4%Language:CoffeeScript 0.1%Language:CSS 0.1%