An open API service indexing awesome lists of open source software.

https://github.com/carlmartus/ld32_book

Ludum dare 32 challenge
https://github.com/carlmartus/ld32_book

3d game javascript ludum-dare webgl

Last synced: 3 months ago
JSON representation

Ludum dare 32 challenge

Awesome Lists containing this project

README

        

# Ludum dare 32 game "Monks: The age of reason"

Challenge theme "An Unconventional Weapon".

[Ludum dare page](http://ludumdare.com/compo/ludum-dare-32/?action=preview&uid=31158)

![Screenshot](extra/screen0.jpg)

## Development dependencies
* nodejs
* npm
* gulp (npm install gulp -g)

## Usage:

Install local dependencies: ```npm install```.
Compile with gulp: ```gulp```.

Now you can open the file ```www/index.html``` in your browser.