Skip to content

mzgoddard/spaceleap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Space Leap

Dependencies

  • cmake
  • node
    • grunt
  • python

Build Instructions

  1. git submodule init && git submodule update
  2.  cmake CMakeLists.txt && \
     make && \
     cmake "-DBUILD_STATIC:BOOL=ON" && \
     make'
3. ```sh -c 'cd vendor/diskettejs && \
  npm install'
  1. npm install
  2. ./waf configure
  3. ./waf emcc
  4. open build/emcc/spaceleaper.html

Dist Instructions

  1. grunt uglify && ./bin/postuglifyfix.py -f dist/emcc/spaceleap.js
  2. Copy spaceleaper.html, data0, diskette.json to dist/emcc.