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
- Host: GitHub
- URL: https://github.com/carlmartus/ld32_book
- Owner: carlmartus
- Created: 2015-04-18T08:14:25.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-19T21:32:59.000Z (about 10 years ago)
- Last Synced: 2025-01-10T03:28:01.356Z (4 months ago)
- Topics: 3d, game, javascript, ludum-dare, webgl
- Language: JavaScript
- Size: 1.55 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)

## 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.