Skip to content

Latest commit

 

History

History
49 lines (25 loc) · 1.12 KB

README.md

File metadata and controls

49 lines (25 loc) · 1.12 KB

WebGLCraft

WebGL implementation of Minecraft written in Coffeescript.

You can see a demo here.

Compiling

It requires Coffeescript 1.1.3, and node.js 0.6+

To compile, run:

cake c

The command above will also watch for any changes. If you just wanna compile the files, run:

cake compile

If you wanna see the game locally, you need python, and you run

cake server

which simply runs

python -m SimpleHTTPServer

enabling you to open the game on http://localhost:8000/public/.

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 test/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

http://github.com/danielribeiro/WebGLCraft