Skip to content

spearwolf/dungeonmaker.js

Repository files navigation

dungeonmaker.js

javascript port (cross compiled with emscripten to asmjs) of the dungeonmaker library!

how to use

preview

how to build

you don't need this - a pre-built version can be found inside dict/

build dungeonmaker library

  1. extract the dungeonmaker archive

     $ tar xvf dungeonmaker-2.05.tar.gz
     $ ln -s dungeonmaker-2.05 dungeonmaker
    
  2. install emscripten

  3. build the library

     $ cd dungeonmaker/
     $ emconfigure ./configure
     $ emmake make
    

build dungeonmaker.js

inside the root directory ..

  $ sh build.sh

install http server

you will need a http server to run the example from dist/

About

javascript port (cross compiled with emscripten to asmjs) of the dungeonmaker library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published